From 1c89d120344504fc69f621879590d16f7d5d14dd Mon Sep 17 00:00:00 2001 From: Patrick Fic Date: Wed, 17 May 2023 12:36:15 -0700 Subject: [PATCH] IO-2286 Resolve duplication of cost centers when sorting labor allocations. --- .../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 88cd67a45..3c264dafc 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 @@ -207,7 +207,7 @@ export function LaborAllocationsTable({ `${record.cost_center} ${record.mod_lbr_ty}`} pagination={false} onChange={handleTableChange} dataSource={totals}