Minor fixed + refactored job details screens based on review.
This commit is contained in:
@@ -52,7 +52,6 @@ function ShopEmployeesContainer({ bodyshop }) {
|
||||
};
|
||||
|
||||
const handleFinish = (values) => {
|
||||
console.log("values", values);
|
||||
if (employeeState[0].id) {
|
||||
//Update a record.
|
||||
logImEXEvent("shop_employee_update");
|
||||
@@ -98,7 +97,7 @@ function ShopEmployeesContainer({ bodyshop }) {
|
||||
}
|
||||
};
|
||||
|
||||
if (error) return <AlertComponent message={error.message} type='error' />;
|
||||
if (error) return <AlertComponent message={error.message} type="error" />;
|
||||
|
||||
return (
|
||||
<ShopEmployeeComponent
|
||||
|
||||
Reference in New Issue
Block a user