Add clockoutcall + grab vals to TimeTicketClockOff
This commit is contained in:
@@ -38,7 +38,7 @@ export function LaborAllocationsTable({ jobId, bodyshop, technician }) {
|
||||
const [totals, setTotals] = useState([]);
|
||||
|
||||
useEffect(() => {
|
||||
console.log("LaborAllocationsTable useEffect on data change");
|
||||
// console.log("LaborAllocationsTable useEffect on data change");
|
||||
}, [data]);
|
||||
|
||||
useEffect(() => {
|
||||
|
||||
Reference in New Issue
Block a user