From 026ef6193b0016ae3a5988663d0292fa4374a74a Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Mon, 25 Jul 2022 17:17:57 -0400 Subject: [PATCH] Adjust brackets in the dashboard edit list preview check --- resources/views/dashboard/pages/edit-list.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')