Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
maamalama committed Sep 19, 2024
1 parent 2fbe1d7 commit d2c86f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/components/layout/auth/NavItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ const NavItem: React.FC<NavItemProps> = ({
isSubItem={true}
expandedItems={expandedItems}
toggleExpand={toggleExpand}
deep={deep + 1}
deep={deep ? deep + 1 : 1}
/>
))}
</div>
Expand Down

0 comments on commit d2c86f8

Please sign in to comment.