浏览代码

remove staff reinburesment

tags/Baseline_30082024_FRONTEND_UAT
MSI\2Fi 1年前
父节点
当前提交
e4d5f744a6
共有 1 个文件被更改,包括 18 次插入17 次删除
  1. +18
    -17
      src/components/NavigationContent/NavigationContent.tsx

+ 18
- 17
src/components/NavigationContent/NavigationContent.tsx 查看文件

@@ -108,23 +108,24 @@ const NavigationContent: React.FC<Props> = ({ abilities }) => {
},
],
},
{
icon: <RequestQuote />,
label: "Staff Reimbursement",
path: "/staffReimbursement",
children: [
{
icon: <RequestQuote />,
label: "Claim Approval",
path: "/staffReimbursement/ClaimApproval",
},
{
icon: <RequestQuote />,
label: "Claim Summary",
path: "/staffReimbursement/ClaimSummary",
},
],
},
// No Claim function in Breaur, will be implement later
// {
// icon: <RequestQuote />,
// label: "Staff Reimbursement",
// path: "/staffReimbursement",
// children: [
// {
// icon: <RequestQuote />,
// label: "Claim Approval",
// path: "/staffReimbursement/ClaimApproval",
// },
// {
// icon: <RequestQuote />,
// label: "Claim Summary",
// path: "/staffReimbursement/ClaimSummary",
// },
// ],
// },
{ icon: <Assignment />, label: "Project Management", path: "/projects" },
{ icon: <Task />, label: "Task Template", path: "/tasks" },
{ icon: <Payments />, label: "Invoice", path: "/invoice" },


正在加载...
取消
保存