unused class name ejected
This commit is contained in:
parent
b7f3855515
commit
d0d25dc16b
@ -42,7 +42,7 @@ class Tr extends Component
|
||||
$values = $self->getValue();
|
||||
|
||||
if (array_key_exists('App\View\Components\Table\Tbody', $values)) {
|
||||
return 'relative flex items-center px-1 group/actions border-b hover:bg-gray-100 active-collapse';
|
||||
return 'relative flex items-center px-1 group/actions border-b hover:bg-gray-100';
|
||||
}
|
||||
|
||||
else if (array_key_exists('App\View\Components\Table\Thead', $values)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user