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" },