From de246653944918dfc6325238e7bcdf77b417c82a Mon Sep 17 00:00:00 2001 From: "MSI\\derek" Date: Tue, 22 Oct 2024 18:39:43 +0800 Subject: [PATCH] update --- .../NavigationContent/NavigationContent.tsx | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) 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: ,