From 0e1221360e51671b078576530cae4cd2a4400e92 Mon Sep 17 00:00:00 2001 From: leoho2fi Date: Fri, 26 Apr 2024 14:25:11 +0800 Subject: [PATCH] add new report path --- src/components/NavigationContent/NavigationContent.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/NavigationContent/NavigationContent.tsx b/src/components/NavigationContent/NavigationContent.tsx index 53dbb5c..a6f5596 100644 --- a/src/components/NavigationContent/NavigationContent.tsx +++ b/src/components/NavigationContent/NavigationContent.tsx @@ -105,6 +105,8 @@ const navigationItems: NavigationItem[] = [ {icon: , label:"Cost and Expense Report", path: "/analytics/CostandExpenseReport"}, {icon: , label:"Completion Report", path: "/analytics/ProjectCompletionReport"}, {icon: , label:"Completion Report with Outstanding Un-billed Hours Report", path: "/analytics/ProjectCompletionReportWO"}, + {icon: , label:"Project Claims Report", path: "/analytics/ProjectClaimsReport"}, + {icon: , label:"Project P&L Report", path: "/analytics/ProjectPLReport"}, ], }, {