diff --git a/resources/views/dashboard/pages/edit-list.blade.php b/resources/views/dashboard/pages/edit-list.blade.php index fa0f1fa..03b0c8d 100644 --- a/resources/views/dashboard/pages/edit-list.blade.php +++ b/resources/views/dashboard/pages/edit-list.blade.php @@ -154,7 +154,7 @@ } @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)))
@if($type == 'image')