Skip to content

Commit

Permalink
fix empty icon column
Browse files Browse the repository at this point in the history
  • Loading branch information
3x1io committed May 9, 2024
1 parent 32cbe6b commit 5bcd625
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion resources/views/icon-column.blade.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<div>
<x-icon :name="$getState()" class="w-6 h-6"/>
@if(!empty($getState()))
<x-icon :name="$getState()" class="w-6 h-6"/>
@endif
</div>

0 comments on commit 5bcd625

Please sign in to comment.