From 7ee544b01356a4cb1d0b5dad7e62a0757693b908 Mon Sep 17 00:00:00 2001 From: Patrick Fic <> Date: Thu, 13 Jan 2022 10:55:16 -0800 Subject: [PATCH] Minor PBS Updates. --- .../production-list-table.component.jsx | 1 - ...p-info.responsibilitycenters.component.jsx | 24 ++++++++++++------- 2 files changed, 16 insertions(+), 9 deletions(-) diff --git a/client/src/components/production-list-table/production-list-table.component.jsx b/client/src/components/production-list-table/production-list-table.component.jsx index 56278c1fc..d0a620819 100644 --- a/client/src/components/production-list-table/production-list-table.component.jsx +++ b/client/src/components/production-list-table/production-list-table.component.jsx @@ -269,7 +269,6 @@ export function ProductionListTable({ }, }} columns={columns.map((c, index) => { - console.log(c); return { ...c, filteredValue: state.filteredInfo[c.key] || null, diff --git a/client/src/components/shop-info/shop-info.responsibilitycenters.component.jsx b/client/src/components/shop-info/shop-info.responsibilitycenters.component.jsx index e5543bcba..3b89799f4 100644 --- a/client/src/components/shop-info/shop-info.responsibilitycenters.component.jsx +++ b/client/src/components/shop-info/shop-info.responsibilitycenters.component.jsx @@ -75,9 +75,17 @@ export function ShopInfoResponsibilityCenterComponent({ bodyshop, form }) {