Quellcode durchsuchen

hide financial summaey when on mobile

tags/Baseline_180220205_Frontend
MSI\2Fi vor 10 Monaten
Ursprung
Commit
57504bfb16
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
  1. +0
    -1
      src/components/NavigationContent/NavigationContent.tsx

+ 0
- 1
src/components/NavigationContent/NavigationContent.tsx Datei anzeigen

@@ -170,7 +170,6 @@ const NavigationContent: React.FC<Props> = ({ 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
// {


Laden…
Abbrechen
Speichern