Skip to content

Commit 7048449

Browse files
committed
Fix lint errors
1 parent d5349b8 commit 7048449

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/components/src/tooltip/stories/index.story.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ const meta: Meta< typeof Tooltip > = {
4040
( Story ) => {
4141
return (
4242
<>
43-
<p id="test-description">Button's description</p>
43+
{ /* eslint-disable-next-line no-restricted-syntax */ }
44+
<p id="test-description">Button description</p>
4445
<Story />
4546
</>
4647
);

0 commit comments

Comments
 (0)