Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyomair committed Jul 22, 2024
1 parent 52c00c4 commit 99ccf56
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions storybook/src/admin/tooltip/IconWithTooltip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@ import * as React from "react";

storiesOf("@comet/admin", module).add("Icon with Tooltip", () => {
return (
<>
<Tooltip title="Add something">
<Add />
</Tooltip>
</>
<Tooltip title="Add something">
<Add />
</Tooltip>
);
});

0 comments on commit 99ccf56

Please sign in to comment.