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}