Skip to content

Commit

Permalink
Merge pull request #53 from awcodes/fix/remove-redundant-classes
Browse files Browse the repository at this point in the history
Fix: remove redundant conditional classes on header
  • Loading branch information
awcodes authored Aug 4, 2023
2 parents 7ea56a9 + d155d2d commit f4967fb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions resources/views/components/table-repeater.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@
<table class="w-full">
<thead @class([
'sr-only' => $hasHiddenHeader,
'filament-table-repeater-header rounded-t-xl overflow-hidden' => ! $hasHiddenHeader,
'border-b border-gray-950/5 dark:border-white/20' => ! $hasHiddenHeader,
'filament-table-repeater-header rounded-t-xl overflow-hidden border-b border-gray-950/5 dark:border-white/20' => ! $hasHiddenHeader,
])>
<tr class="text-xs md:divide-x md:divide-gray-950/5 dark:md:divide-white/20">
@foreach ($headers as $key => $header)
Expand Down

0 comments on commit f4967fb

Please sign in to comment.