diff --git a/src/components/NavigationContent/NavigationContent.tsx b/src/components/NavigationContent/NavigationContent.tsx index b936180..17b427f 100644 --- a/src/components/NavigationContent/NavigationContent.tsx +++ b/src/components/NavigationContent/NavigationContent.tsx @@ -171,15 +171,14 @@ const NavigationContent: React.FC = ({ abilities, username }) => { abilities!.includes(ability), ), }, - // { - // icon: , - // label: "Financial Summary2", - // path: "/dashboard/ProjectFinancialSummaryV2", - // isHidden: ![VIEW_DASHBOARD_ALL, VIEW_DASHBOARD_SELF].some((ability) => - // abilities!.includes(ability), - // ), - // // showOnMobile: true, - // }, + { + icon: , + label: "Financial Summary2", + path: "/dashboard/ProjectFinancialSummaryV2", + isHidden: true, + showOnMobile: true, + }, + // No Claim function in Breaur, will be implement later // { // icon: ,