Skip to content

Commit

Permalink
Align with main
Browse files Browse the repository at this point in the history
Signed-off-by: gpbl <[email protected]>
  • Loading branch information
gpbl committed Apr 19, 2024
1 parent f91fa86 commit 41b824c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 32 deletions.
2 changes: 1 addition & 1 deletion src/components/Table/Table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export function Table(props: TableProps): JSX.Element {
/>
))}
</tbody>
<FooterComponent />
<FooterComponent displayMonth={props.displayMonth} />
</table>
);
}
31 changes: 0 additions & 31 deletions src/hooks/useId/useIsomorphicLayoutEffect.ts

This file was deleted.

0 comments on commit 41b824c

Please sign in to comment.