Skip to content

Commit

Permalink
Fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ciampo committed Oct 9, 2024
1 parent 076e86e commit 7ea28ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/components/src/tooltip/stories/index.story.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ const meta: Meta< typeof Tooltip > = {
( Story ) => {
return (
<>
<p id="test-description">Button's description</p>
{ /* eslint-disable-next-line no-restricted-syntax */ }
<p id="test-description">Button description</p>
<Story />
</>
);
Expand Down

0 comments on commit 7ea28ad

Please sign in to comment.