diff --git a/src/app/(onboarding)/signup/_components/steps/GenderForm.tsx b/src/app/(onboarding)/signup/_components/steps/GenderForm.tsx
index 0a2bcb9..b7c9b76 100644
--- a/src/app/(onboarding)/signup/_components/steps/GenderForm.tsx
+++ b/src/app/(onboarding)/signup/_components/steps/GenderForm.tsx
@@ -11,7 +11,7 @@ const GenderForm = ({
}: {
handleSubmit: (profile: UserProfile) => Promise