Преглед изворни кода

update nav bar: financial summary /w auth

tags/Baseline_30082024_FRONTEND_UAT
MSI\derek пре 1 година
родитељ
комит
05910ba4ae
1 измењених фајлова са 3 додато и 0 уклоњено
  1. +3
    -0
      src/components/NavigationContent/NavigationContent.tsx

+ 3
- 0
src/components/NavigationContent/NavigationContent.tsx Прегледај датотеку

@@ -166,6 +166,9 @@ const NavigationContent: React.FC<Props> = ({ abilities, username }) => {
icon: <SummarizeIcon />,
label: "Financial Summary",
path: "/dashboard/ProjectFinancialSummary",
isHidden: ![VIEW_DASHBOARD_ALL, VIEW_DASHBOARD_SELF].some((ability) =>
abilities!.includes(ability),
),
showOnMobile: true,
},
// No Claim function in Breaur, will be implement later


Loading…
Откажи
Сачувај