Skip to content

Commit

Permalink
fix inconsistency
Browse files Browse the repository at this point in the history
  • Loading branch information
gehrisandro committed Aug 13, 2024
1 parent 378127b commit 2bfdeb2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -83,7 +83,7 @@
<span
@if ($hasAlpineActiveClasses)
x-bind:class="{
@js($inactiveLabelClasses): ! ({{-- format-ignore-start --}} ({{ $alpineActive }}) {{-- format-ignore-end --}}),
@js($inactiveLabelClasses): ({{-- format-ignore-start --}} ! ({{ $alpineActive }}) {{-- format-ignore-end --}}),
@js($activeLabelClasses): {{ $alpineActive }},
}"
@endif

0 comments on commit 2bfdeb2

Please sign in to comment.