Skip to content

Commit

Permalink
chore: lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tewarig committed Jan 28, 2025
1 parent dce37d2 commit 371527b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const data: TableData<Item> = {
nodes,
};

const TableTemplate: StoryFn<typeof TableComponent> = ({ ...args }) => {
const TableTemplate: StoryFn<typeof TableComponent> = () => {
const { platform } = useTheme();
const onMobile = platform === 'onMobile';

Expand Down

0 comments on commit 371527b

Please sign in to comment.