Skip to content

Commit

Permalink
fix: item story items
Browse files Browse the repository at this point in the history
  • Loading branch information
huwshimi authored and edlerd committed Jun 28, 2024
1 parent 6937e53 commit d0401d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const meta: Meta<typeof SideNavigationItem> = {
render: (args) => (
<SideNavigation
dark={false}
items={[<SideNavigationItem {...args} dark={false} />]}
items={[{ items: [<SideNavigationItem {...args} dark={false} />] }]}
/>
),
tags: ["autodocs"],
Expand Down

0 comments on commit d0401d4

Please sign in to comment.