Skip to content

Commit c4986a9

Browse files
committed
fix lint
1 parent 8bf3370 commit c4986a9

File tree

1 file changed

+1
-1
lines changed
  • apps/sim/app/workspace/[workspaceId]/tables/[tableId]/components

1 file changed

+1
-1
lines changed

apps/sim/app/workspace/[workspaceId]/tables/[tableId]/components/body-states.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export function EmptyRows({ columnCount, hasFilter, onAddRow }: EmptyRowsProps)
5353
return (
5454
<TableRow>
5555
<TableCell colSpan={columnCount + 1} className='h-[160px]'>
56-
<div className='fixed left-1/2 -translate-x-1/2'>
56+
<div className='-translate-x-1/2 fixed left-1/2'>
5757
<div className='flex flex-col items-center gap-[12px]'>
5858
<span className='text-[13px] text-[var(--text-tertiary)]'>
5959
{hasFilter ? 'No rows match your filter' : 'No data'}

0 commit comments

Comments
 (0)