Skip to content

Commit

Permalink
Patch Sidenav Links
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemans committed Nov 27, 2023
1 parent ef9a961 commit bf7936f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/layout/sidebar/_legacy/sidenav.tsx
Expand Up @@ -44,7 +44,7 @@ export const Navigation = (properties) => {
</ul>
{/* {activeSection?.href == section.href && ( */}
<ul className="space-y-6 px-3">
{activeSection.links.map((group, groupIndex) => (
{activeSection?.links.map((group, groupIndex) => (
<NavigationGroup
key={group.title}
group={group}
Expand Down

0 comments on commit bf7936f

Please sign in to comment.