Skip to content

Commit f5fda44

Browse files
committed
refactor: ♻️ children
1 parent b86ce59 commit f5fda44

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/storybook/stories/breadcrumb.stories.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export const ExampleBreadcrumbs: Story = {
2626
<Link key="home">
2727
<HomeIcon />
2828
</Link>
29-
,<Link key="1depth">1Depth</Link>
29+
<Link key="1depth">1Depth</Link>
3030
<Link key="2depth">2Depth</Link>
3131
<Link key="3depth">3Depth</Link>
3232
<Link key="4depth">4Depth</Link>
@@ -40,7 +40,7 @@ export const ExampleCollapsedBreadcrumbs: Story = {
4040
<Link key="home">
4141
<HomeIcon />
4242
</Link>
43-
,<Link key="1depth">1Depth</Link>
43+
<Link key="1depth">1Depth</Link>
4444
<Link key="2depth">2Depth</Link>
4545
<Link key="3depth">3Depth</Link>
4646
<Link key="4depth">4Depth</Link>

0 commit comments

Comments
 (0)