Skip to content

Commit

Permalink
Comment out NavBarItem for "Dashboards" in the navigation bar
Browse files Browse the repository at this point in the history
  • Loading branch information
simlarsen committed Nov 6, 2024
1 parent 988d828 commit eb20a3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dashboard/src/Components/NavBar/NavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,14 +118,14 @@ const DashboardNavbar: FunctionComponent<ComponentProps> = (
)}
></NavBarItem>

<NavBarItem
{/* <NavBarItem
title="Dashboards"
activeRoute={RouteMap[PageMap.DASHBOARDS]}
icon={IconProp.Window}
route={RouteUtil.populateRouteParams(
RouteMap[PageMap.DASHBOARDS] as Route,
)}
></NavBarItem>
></NavBarItem> */}

<NavBarItem
title="More"
Expand Down

0 comments on commit eb20a3c

Please sign in to comment.