IO-2723 Change tech sider order.

This commit is contained in:
Patrick Fic
2024-04-01 10:46:22 -07:00
parent 07a18bcd8c
commit a3d6d44089

View File

@@ -93,18 +93,18 @@ export function TechSider({ technician, techLogout, bodyshop, setTimeTicketTaskC
disabled: !!!technician,
label: <Link to={`/tech/shiftclock`}>{t("menus.tech.shiftclockin")}</Link>
},
{
key: "5",
icon: <ScheduleOutlined />,
disabled: !!!technician,
label: <Link to={`/tech/list`}>{t("menus.tech.productionlist")}</Link>
},
{
key: "dispatchedparts",
disabled: !!!technician,
icon: <CarOutlined />,
label: <Link to={`/tech/dispatchedparts`}>{t("menus.tech.dispatchedparts")}</Link>
},
{
key: "5",
icon: <ScheduleOutlined />,
disabled: !!!technician,
label: <Link to={`/tech/list`}>{t("menus.tech.productionlist")}</Link>
},
{
key: "6",
icon: <Icon component={BsKanban} />,