UI Updates.
This commit is contained in:
@@ -30,7 +30,9 @@ export function TechClockOffButton({
|
||||
const [form] = Form.useForm();
|
||||
|
||||
const { t } = useTranslation();
|
||||
const emps = bodyshop.employees.filter((e) => e.id === technician.id)[0];
|
||||
const emps = bodyshop.employees.filter(
|
||||
(e) => e.id === technician && technician.id
|
||||
)[0];
|
||||
|
||||
const handleFinish = async (values) => {
|
||||
logImEXEvent("tech_clock_out_job");
|
||||
|
||||
Reference in New Issue
Block a user