diff --git a/src/components/Dashboard/Management/Couriers/CourierInfo.jsx b/src/components/Dashboard/Management/Couriers/CourierInfo.jsx index 7e9434e2..3d0efac9 100644 --- a/src/components/Dashboard/Management/Couriers/CourierInfo.jsx +++ b/src/components/Dashboard/Management/Couriers/CourierInfo.jsx @@ -189,7 +189,6 @@ const CourierInfo = () => { type='courierService' masterFilter={{ courier: getModelByName('courier').prefix + ':' + courierId }} visibleColumns={{ - courier: false, courier: false }} /> diff --git a/src/components/Dashboard/Management/Hosts/HostInfo.jsx b/src/components/Dashboard/Management/Hosts/HostInfo.jsx index b04f01e5..39bce0f6 100644 --- a/src/components/Dashboard/Management/Hosts/HostInfo.jsx +++ b/src/components/Dashboard/Management/Hosts/HostInfo.jsx @@ -210,7 +210,6 @@ const HostInfo = () => { type='printer' masterFilter={{ host: getModelByName('host').prefix + ':' + hostId }} visibleColumns={{ - host: false, host: false }} /> @@ -232,7 +231,6 @@ const HostInfo = () => { type='documentPrinter' masterFilter={{ host: getModelByName('host').prefix + ':' + hostId }} visibleColumns={{ - host: false, host: false }} /> diff --git a/src/components/Dashboard/Production/SubJobs/SubJobInfo.jsx b/src/components/Dashboard/Production/SubJobs/SubJobInfo.jsx index a7ca0842..0189a948 100644 --- a/src/components/Dashboard/Production/SubJobs/SubJobInfo.jsx +++ b/src/components/Dashboard/Production/SubJobs/SubJobInfo.jsx @@ -177,8 +177,7 @@ const SubJobInfo = () => { masterFilter={{ owner: getModelByName('subJob').prefix + ':' + subJobId }} visibleColumns={{ owner: false, - 'owner.type': false, - owner: false + 'owner.type': false }} /> )}