mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 11:16:39 -05:00
Adjust brackets in the dashboard edit list preview check
This commit is contained in:
parent
d16f5ebbce
commit
026ef6193b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue