From e4d5f744a68afc66a24f4f9e7d8ce80d8cedf2ec Mon Sep 17 00:00:00 2001 From: "MSI\\2Fi" Date: Fri, 17 May 2024 11:47:49 +0800 Subject: [PATCH] remove staff reinburesment --- .../NavigationContent/NavigationContent.tsx | 35 ++++++++++--------- 1 file changed, 18 insertions(+), 17 deletions(-) diff --git a/src/components/NavigationContent/NavigationContent.tsx b/src/components/NavigationContent/NavigationContent.tsx index df91f50..a50b3a0 100644 --- a/src/components/NavigationContent/NavigationContent.tsx +++ b/src/components/NavigationContent/NavigationContent.tsx @@ -108,23 +108,24 @@ const NavigationContent: React.FC = ({ abilities }) => { }, ], }, - { - icon: , - label: "Staff Reimbursement", - path: "/staffReimbursement", - children: [ - { - icon: , - label: "Claim Approval", - path: "/staffReimbursement/ClaimApproval", - }, - { - icon: , - label: "Claim Summary", - path: "/staffReimbursement/ClaimSummary", - }, - ], - }, + // No Claim function in Breaur, will be implement later + // { + // icon: , + // label: "Staff Reimbursement", + // path: "/staffReimbursement", + // children: [ + // { + // icon: , + // label: "Claim Approval", + // path: "/staffReimbursement/ClaimApproval", + // }, + // { + // icon: , + // label: "Claim Summary", + // path: "/staffReimbursement/ClaimSummary", + // }, + // ], + // }, { icon: , label: "Project Management", path: "/projects" }, { icon: , label: "Task Template", path: "/tasks" }, { icon: , label: "Invoice", path: "/invoice" },