Skip to content

Commit

Permalink
chore: update lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tewarig committed Jan 30, 2025
1 parent 5fbbcd5 commit 17e1e09
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import { Button } from '~components/Button';
import { Amount } from '~components/Amount';
import { Code } from '~components/Typography';
import { Badge } from '~components/Badge';
import { useTheme } from '~components/BladeProvider';
import { IconButton } from '~components/Button/IconButton';
import { CopyIcon, TrashIcon } from '~components/Icons';

Expand Down Expand Up @@ -72,7 +71,6 @@ const data: TableData<Item> = {
};

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

Check failure on line 74 in packages/blade/src/components/Table/docs/APIStories/VirtualizedTableHoverActions.stories.tsx

View workflow job for this annotation

GitHub Actions / Validate Source Code

Delete `⏎`
return (
<Box
Expand Down

0 comments on commit 17e1e09

Please sign in to comment.