From 6c83949338db5621b83c50b32158cc488d5879e6 Mon Sep 17 00:00:00 2001 From: mahdi Date: Sun, 1 May 2022 10:41:04 +0430 Subject: [PATCH] update App.js, Input.js, src/components/DateRangePicker/index.js and src/components/FormInput/index.js --- src/components/FormInput/index.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/FormInput/index.js b/src/components/FormInput/index.js index 0e31a2a..d462d9a 100644 --- a/src/components/FormInput/index.js +++ b/src/components/FormInput/index.js @@ -11,7 +11,7 @@ const FormInput = ({ items }) => { const [selectedInput, setSelectedInput] = useState(false); return ( -
+
{ className={``} />
-
- + {/* + /> */}