Skip to content

Commit

Permalink
chore: Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jaieds committed Dec 30, 2024
1 parent 6b766b1 commit d478007
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/components/table/table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -397,11 +397,7 @@ export const TableFooter: React.FC<TableFooterProps> = ( {
const { checkboxSelection } = useTableContext();
return (
<div
className={ cn(
'px-3 py-3',
checkboxSelection && 'px-4',
className
) }
className={ cn( 'px-3 py-3', checkboxSelection && 'px-4', className ) }
{ ...props }
>
{ children }
Expand Down

0 comments on commit d478007

Please sign in to comment.