From 083d421cc587d9c01109ad6668c9e3ba40c3e46b Mon Sep 17 00:00:00 2001 From: Untone Date: Thu, 8 Feb 2024 20:42:07 +0300 Subject: [PATCH] status-logic-restore --- src/components/Nav/AuthModal/RegisterForm.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/Nav/AuthModal/RegisterForm.tsx b/src/components/Nav/AuthModal/RegisterForm.tsx index a59608c6..af49ab67 100644 --- a/src/components/Nav/AuthModal/RegisterForm.tsx +++ b/src/components/Nav/AuthModal/RegisterForm.tsx @@ -187,13 +187,13 @@ export const RegisterForm = () => { handleNameInput(event.currentTarget.value)} /> - +
{validationErrors().fullName}
@@ -213,7 +213,7 @@ export const RegisterForm = () => { onBlur={handleEmailBlur} /> -
+
{validationErrors().email}