Added job login and log off functionality. BOD-183
This commit is contained in:
@@ -43,7 +43,7 @@ export function TechSider({ technician, techLogout }) {
|
||||
disabled={!!!technician}
|
||||
icon={<Icon component={MdTimer} />}
|
||||
>
|
||||
<Link to={`/tech/clockin`}>{t("menus.tech.clockin")}</Link>
|
||||
<Link to={`/tech/jobclockin`}>{t("menus.tech.jobclockin")}</Link>
|
||||
</Menu.Item>
|
||||
<Menu.Item
|
||||
key="4"
|
||||
|
||||
Reference in New Issue
Block a user