Adjust brackets in the dashboard edit list preview check

This commit is contained in:
Kevin MacMartin 2022-07-25 17:17:57 -04:00
parent d16f5ebbce
commit 026ef6193b

View file

@ -154,7 +154,7 @@
} }
@endphp @endphp
@if($name != null && $type != null && ($row[$display_column] != '' || ($type == 'image') && $thumbnail !== null)) @if($name != null && $type != null && ($row[$display_column] != '' || ($type == 'image' && $thumbnail !== null)))
<div class="column"> <div class="column">
@if($type == 'image') @if($type == 'image')
<a <a