diff --git a/client/src/components/tech-job-clock-in-form/tech-job-clock-in-form.container.jsx b/client/src/components/tech-job-clock-in-form/tech-job-clock-in-form.container.jsx index 139a30cbf..b3f3046f4 100644 --- a/client/src/components/tech-job-clock-in-form/tech-job-clock-in-form.container.jsx +++ b/client/src/components/tech-job-clock-in-form/tech-job-clock-in-form.container.jsx @@ -32,7 +32,7 @@ export function TechClockInContainer({ currentUser, }) { console.log( - "🚀 ~ file: tech-job-clock-in-form.container.jsx:29 ~ technician:", + "🚀 ~ file: tech-job-clock-in-form.container.jsx:30 ~ technician:", technician ); const [form] = Form.useForm(); @@ -128,7 +128,7 @@ export function TechClockInContainer({ > {t("timetickets.actions.enter")} - + + + + {isTechConsole === true ? ( + + ) : null} + ); diff --git a/client/src/components/time-ticket-shift/time-ticket-shift.container.jsx b/client/src/components/time-ticket-shift/time-ticket-shift.container.jsx index 9f0fec612..a6939e2e7 100644 --- a/client/src/components/time-ticket-shift/time-ticket-shift.container.jsx +++ b/client/src/components/time-ticket-shift/time-ticket-shift.container.jsx @@ -76,6 +76,7 @@ export function TimeTicketShiftContainer({ ) : (