diff --git a/src/components/Verification/EmailVerification.tsx b/src/components/Verification/EmailVerification.tsx index ded51ba8d..e01ee3e1e 100644 --- a/src/components/Verification/EmailVerification.tsx +++ b/src/components/Verification/EmailVerification.tsx @@ -252,14 +252,13 @@ const EmailVerification = () => { validateOnChange enableReinitialize onSubmit={handleSubmit - } > {({ values, errors, touched, resetForm }) => (
{values.emailData.map((input, index) => ( -
+
@@ -267,11 +266,10 @@ const EmailVerification = () => {
{
- {emailInputs.length > 1 && - - } + + )}
@@ -338,9 +334,7 @@ const EmailVerification = () => { d="M12 9v6m3-3H9m12 0a9 9 0 11-18 0 9 9 0 0118 0z" /> - - Add another - + Add another
@@ -355,11 +349,7 @@ const EmailVerification = () => { }} disabled={loading} className="dark:text-white bg-secondary-700 ring-primary-700 bg-white-700 hover:bg-secondary-700 ring-2 text-black font-medium rounded-lg text-base px-4 lg:px-5 py-2 lg:py-2.5 ml-auto dark:hover:text-black" - style={{ - height: '2.6rem', - width: '6rem', - minWidth: '2rem', - }} + style={{ height: '2.6rem', width: '6rem', minWidth: '2rem' }} > { > - Request Proof
+ )}