From 1683dd3d8146c75121a028c9c295945461180ab6 Mon Sep 17 00:00:00 2001 From: "MSI\\2Fi" Date: Thu, 17 Oct 2024 18:05:38 +0800 Subject: [PATCH] Hide Financial Summary on mobile --- src/components/NavigationContent/NavigationContent.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/NavigationContent/NavigationContent.tsx b/src/components/NavigationContent/NavigationContent.tsx index 4146a68..32243cf 100644 --- a/src/components/NavigationContent/NavigationContent.tsx +++ b/src/components/NavigationContent/NavigationContent.tsx @@ -178,7 +178,7 @@ const NavigationContent: React.FC = ({ abilities, username }) => { isHidden: ![VIEW_DASHBOARD_ALL, VIEW_DASHBOARD_SELF].some((ability) => abilities!.includes(ability), ), - showOnMobile: true, + // showOnMobile: true, }, // No Claim function in Breaur, will be implement later // {