From b24c5e7cf1469c945a49f4c99c4ca0231be72fc6 Mon Sep 17 00:00:00 2001 From: Patrick Fic <> Date: Wed, 26 May 2021 10:19:43 -0700 Subject: [PATCH 1/2] IO-1128 Change labor allocations table coloring. --- .../labor-allocations-table.component.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/labor-allocations-table/labor-allocations-table.component.jsx b/client/src/components/labor-allocations-table/labor-allocations-table.component.jsx index 395169d6f..304eabe84 100644 --- a/client/src/components/labor-allocations-table/labor-allocations-table.component.jsx +++ b/client/src/components/labor-allocations-table/labor-allocations-table.component.jsx @@ -110,7 +110,7 @@ export function LaborAllocationsTable({ render: (text, record) => ( 0 ? "green" : "red", + color: record.difference >= 0 ? "green" : "red", }} > {record.difference} From 8a7a5f35c1572c30aed37128e6eba7888dac1bf1 Mon Sep 17 00:00:00 2001 From: Patrick Fic <> Date: Wed, 26 May 2021 10:34:32 -0700 Subject: [PATCH 2/2] IO-1095 unrequire fields on vehicle create. --- .../jobs-create-vehicle-info.new.component.jsx | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/client/src/components/jobs-create-vehicle-info/jobs-create-vehicle-info.new.component.jsx b/client/src/components/jobs-create-vehicle-info/jobs-create-vehicle-info.new.component.jsx index aceb28f82..6e5e34cf3 100644 --- a/client/src/components/jobs-create-vehicle-info/jobs-create-vehicle-info.new.component.jsx +++ b/client/src/components/jobs-create-vehicle-info/jobs-create-vehicle-info.new.component.jsx @@ -83,24 +83,12 @@ export default function JobsCreateVehicleInfoNewComponent() {