Skip to content

Commit

Permalink
fix: error lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ffffffelix committed Feb 24, 2025
1 parent 2951c44 commit 6a58e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Table/Table.stories.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ export const KitchenSinkFlat = {
(currentPage - 1) * rowsPerPage,
Math.min(tablePaginationDataFlat.length, currentPage * rowsPerPage)
),
[currentPage, rowsPerPage]
[currentPage, rowsPerPage]
);
const columns = React.useMemo(
() => [
Expand Down

0 comments on commit 6a58e50

Please sign in to comment.