Skip to content

Commit

Permalink
Update sidebar-nav.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
TWilson023 committed Oct 9, 2024
1 parent 64b9e0c commit 417b653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/ui/layout/sidebar/sidebar-nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export function SidebarNav({ toolContent }: { toolContent?: ReactNode }) {
</div>
)}
{items({ slug: slug || "", flags }).map((item) => (
<NavItem key={item.name} pathname={pathname} item={item} />
<NavItem key={item.name} item={item} />
))}
</div>
))}
Expand Down

0 comments on commit 417b653

Please sign in to comment.