Skip to content

Commit

Permalink
Comment out NavBarItem for Dashboards in NavBar component
Browse files Browse the repository at this point in the history
  • Loading branch information
simlarsen committed Nov 15, 2024
1 parent fa8b52f commit 8afe8cf
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 8afe8cf

Please sign in to comment.