diff --git a/frontend/app/components/Signup/SignupForm/SignupForm.tsx b/frontend/app/components/Signup/SignupForm/SignupForm.tsx
index 311e1a93b..36f0f761a 100644
--- a/frontend/app/components/Signup/SignupForm/SignupForm.tsx
+++ b/frontend/app/components/Signup/SignupForm/SignupForm.tsx
@@ -211,14 +211,14 @@ const SignupForm = () => {
type="error"
/>
)}
- {errors && errors.length && (
+ {errors && errors.length > 0 ? (
- )}
+ ) : null}