From 29abb1ae8489cea9b3ab38c283bac4b2872bf5cb Mon Sep 17 00:00:00 2001 From: elforjani3 Date: Sat, 28 Nov 2020 20:40:30 +0200 Subject: [PATCH] Fix: validation of website. --- .../containers/Customers/CustomerFormAfterPrimarySection.js | 2 +- client/src/containers/Vendors/VendorFormAfterPrimarySection.js | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) 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} > - + )}