Skip to content

Commit

Permalink
fix Icon column is empty
Browse files Browse the repository at this point in the history
  • Loading branch information
3x1io committed Jun 14, 2024
1 parent 425badf commit 5df1fe5
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-filament-icon :icon="$getState()" size="h-6 w-6" :style="'text-2xl'" />
@if($getState())
<x-filament-icon :icon="$getState()" size="h-6 w-6" :style="'text-2xl'" />
@endif
</div>

0 comments on commit 5df1fe5

Please sign in to comment.