diff --git a/src/components/NavigationContent/NavigationContent.tsx b/src/components/NavigationContent/NavigationContent.tsx index 72df45d..8084eac 100644 --- a/src/components/NavigationContent/NavigationContent.tsx +++ b/src/components/NavigationContent/NavigationContent.tsx @@ -166,6 +166,9 @@ const NavigationContent: React.FC = ({ abilities, username }) => { icon: , label: "Financial Summary", path: "/dashboard/ProjectFinancialSummary", + isHidden: ![VIEW_DASHBOARD_ALL, VIEW_DASHBOARD_SELF].some((ability) => + abilities!.includes(ability), + ), showOnMobile: true, }, // No Claim function in Breaur, will be implement later