Fixed bugs on parts allocations + added totals BOD-131
This commit is contained in:
@@ -50,7 +50,6 @@ export function JobsCloseContainer({ setBreadcrumbs, bodyshop }) {
|
||||
]);
|
||||
}, [setBreadcrumbs, t, jobId, data]);
|
||||
|
||||
console.log("Container rerender");
|
||||
if (loading) return <LoadingSpinner />;
|
||||
if (error) return <AlertComponent message={error.message} type="error" />;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user