Admin vehicle/owner reassociation IO-157
This commit is contained in:
@@ -34,7 +34,7 @@ export function LaborAllocationsTable({
|
||||
)
|
||||
);
|
||||
}, [joblines, timetickets, bodyshop, adjustments]);
|
||||
console.log("Rerender on the allocations table.");
|
||||
|
||||
return (
|
||||
<div>
|
||||
<div className="imex-flex-row" style={{ margin: ".5rem" }}>
|
||||
|
||||
@@ -30,6 +30,5 @@ export const CalculateAllocationsTotals = (
|
||||
return acc;
|
||||
}, []);
|
||||
|
||||
console.log("r", r);
|
||||
return r;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user