From f7643d88259a0972daba0d29681becc3a995102f Mon Sep 17 00:00:00 2001 From: "MSI\\derek" Date: Tue, 22 Oct 2024 16:42:52 +0800 Subject: [PATCH] hide financial yr --- .../NavigationContent/NavigationContent.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/components/NavigationContent/NavigationContent.tsx b/src/components/NavigationContent/NavigationContent.tsx index 32243cf..b936180 100644 --- a/src/components/NavigationContent/NavigationContent.tsx +++ b/src/components/NavigationContent/NavigationContent.tsx @@ -171,15 +171,15 @@ 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: ![VIEW_DASHBOARD_ALL, VIEW_DASHBOARD_SELF].some((ability) => + // abilities!.includes(ability), + // ), + // // showOnMobile: true, + // }, // No Claim function in Breaur, will be implement later // { // icon: ,