Skip to content

Commit 8943d17

Browse files
committed
Ignore lint error
1 parent 8ad091a commit 8943d17

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/TreeView/TreeView.stories.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -678,6 +678,7 @@ export const NestedScrollContainer: Story = () => {
678678
Directory {i}
679679
<TreeView.SubTree>
680680
{Array.from({length: 10}).map((_, j) => (
681+
// eslint-disable-next-line no-console
681682
<TreeView.Item key={j} onSelect={() => console.log(`Directory ${i}/File ${j}`)}>
682683
<TreeView.LeadingVisual>
683684
<FileIcon />

0 commit comments

Comments
 (0)