From 6da8f228854982ec2f1ee08941bc79f9e4f14203 Mon Sep 17 00:00:00 2001 From: elforjani3 Date: Tue, 10 Nov 2020 19:48:37 +0200 Subject: [PATCH] Fix Customers --- .../Customers/CustomerAddressTabs.js | 24 +++++++++---------- .../src/containers/Customers/CustomerForm.js | 6 ++--- .../src/containers/Customers/CustomerTable.js | 7 +++++- .../src/store/customers/customers.actions.js | 6 ++--- .../src/store/customers/customers.reducer.js | 3 +-- 5 files changed, 25 insertions(+), 21 deletions(-) diff --git a/client/src/containers/Customers/CustomerAddressTabs.js b/client/src/containers/Customers/CustomerAddressTabs.js index 0ce413739..bc6e067b4 100644 --- a/client/src/containers/Customers/CustomerAddressTabs.js +++ b/client/src/containers/Customers/CustomerAddressTabs.js @@ -222,22 +222,22 @@ const CustomerBillingAddress = ({ label={} className={'form-group--journal-number'} intent={ - errors.billing_address_1 && - touched.billing_address_1 && + errors.shipping_address_1 && + touched.shipping_address_1 && Intent.DANGER } inline={true} helperText={ - + } >