unused development edited

This commit is contained in:
Burak Civan
2022-10-27 12:27:43 +03:00
parent 0b75e726af
commit 41e8dee624
3 changed files with 2 additions and 32 deletions

View File

@ -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';
return 'relative flex items-center px-1 group border-b hover:bg-gray-100';
}
else if (array_key_exists('App\View\Components\Table\Thead', $values)) {