Skip to content

Commit

Permalink
Fix Responsive when ID is UUID (#1305)
Browse files Browse the repository at this point in the history
  • Loading branch information
Blarx committed Dec 21, 2023
1 parent b4a6fec commit 1b43ac7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class="flex items-center"
>
<x-livewire-powergrid::icons.arrow
class="text-pg-primary-600 w-5 h-5 transition-all duration-300 dark:text-pg-primary-200"
x-bind:class="expanded == {{ $rowId }} ? 'rotate-90' : '-rotate-0'"
x-bind:class="expanded == '{{ $rowId }}' ? 'rotate-90' : '-rotate-0'"
/>
</button>
</td>

0 comments on commit 1b43ac7

Please sign in to comment.