diff --git a/client/src/containers/Customers/CustomerFormAfterPrimarySection.js b/client/src/containers/Customers/CustomerFormAfterPrimarySection.js index b79012ac7..09b2ec694 100644 --- a/client/src/containers/Customers/CustomerFormAfterPrimarySection.js +++ b/client/src/containers/Customers/CustomerFormAfterPrimarySection.js @@ -61,7 +61,7 @@ export default function CustomerFormAfterPrimarySection({}) { label={} inline={true} > - + )} diff --git a/client/src/containers/Vendors/VendorFormAfterPrimarySection.js b/client/src/containers/Vendors/VendorFormAfterPrimarySection.js index 9ef0bcb0b..aa4a0763f 100644 --- a/client/src/containers/Vendors/VendorFormAfterPrimarySection.js +++ b/client/src/containers/Vendors/VendorFormAfterPrimarySection.js @@ -6,7 +6,6 @@ import classNames from 'classnames'; import { CLASSES } from 'common/classes'; import { inputIntent } from 'utils'; - /** * Vendor form after primary section. */ @@ -66,7 +65,7 @@ function VendorFormAfterPrimarySection() { label={} inline={true} > - + )}