Переглянути джерело

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


Завантаження…
Відмінити
Зберегти