Skip to content

Commit

Permalink
chore: Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jaieds committed Dec 13, 2024
1 parent 831cbe4 commit fd9054f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/components/table/table.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,11 @@ const Template: Story = ( { checkboxSelection } ) => {
<Table.Cell>{ item.email }</Table.Cell>
<Table.Cell>{ item.phone }</Table.Cell>
<Table.Cell>
<Container align="center" justify="end" className="gap-2">
<Container
align="center"
justify="end"
className="gap-2"
>
<Tooltip content="Delete" arrow placement="top">
<Button
variant="ghost"
Expand Down

0 comments on commit fd9054f

Please sign in to comment.