Skip to content

Commit

Permalink
chore: fix react and next showcase nav-item prop error again
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-sch committed Sep 2, 2024
1 parent fafe758 commit 3967e84
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion showcases/react-showcase/src/navigation/nav-item.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ const NavItem = ({ navItem }: { navItem: NavigationItem }) => {

return (
<DBNavigationItem
active={isActive}
backButtonText={`Back to ${navItem.label}`}
subNavigation={
navItem.subNavigation && (
Expand Down

0 comments on commit 3967e84

Please sign in to comment.