From 57504bfb161e90788068ca7b04777eb6484c5845 Mon Sep 17 00:00:00 2001 From: "MSI\\2Fi" Date: Thu, 17 Oct 2024 18:04:18 +0800 Subject: [PATCH] hide financial summaey when on mobile --- src/components/NavigationContent/NavigationContent.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/NavigationContent/NavigationContent.tsx b/src/components/NavigationContent/NavigationContent.tsx index 658dd02..8523b25 100644 --- a/src/components/NavigationContent/NavigationContent.tsx +++ b/src/components/NavigationContent/NavigationContent.tsx @@ -170,7 +170,6 @@ const NavigationContent: React.FC = ({ abilities, username }) => { isHidden: ![VIEW_DASHBOARD_ALL, VIEW_DASHBOARD_SELF].some((ability) => abilities!.includes(ability), ), - showOnMobile: true, }, // No Claim function in Breaur, will be implement later // {