|
|
@@ -117,11 +117,11 @@ const NavigationContent: React.FC<Props> = ({ abilities, username }) => { |
|
|
|
abilities!.includes(ability), |
|
|
|
), |
|
|
|
children: [ |
|
|
|
{ |
|
|
|
icon: <SummarizeIcon />, |
|
|
|
label: "Financial Summary", |
|
|
|
path: "/dashboard/ProjectFinancialSummary", |
|
|
|
}, |
|
|
|
// { |
|
|
|
// icon: <SummarizeIcon />, |
|
|
|
// label: "Financial Summary", |
|
|
|
// path: "/dashboard/ProjectFinancialSummary", |
|
|
|
// }, |
|
|
|
{ |
|
|
|
icon: <PaymentsIcon />, |
|
|
|
label: "Company / Team Cash Flow", |
|
|
@@ -162,6 +162,12 @@ const NavigationContent: React.FC<Props> = ({ abilities, username }) => { |
|
|
|
}, |
|
|
|
], |
|
|
|
}, |
|
|
|
{ |
|
|
|
icon: <SummarizeIcon />, |
|
|
|
label: "Financial Summary", |
|
|
|
path: "/dashboard/ProjectFinancialSummary", |
|
|
|
showOnMobile: true, |
|
|
|
}, |
|
|
|
// No Claim function in Breaur, will be implement later |
|
|
|
// { |
|
|
|
// icon: <RequestQuote />, |
|
|
|