diff --git a/src/app/(tabs)/settings/index.tsx b/src/app/(tabs)/settings/index.tsx index 0386495..b85f6ec 100644 --- a/src/app/(tabs)/settings/index.tsx +++ b/src/app/(tabs)/settings/index.tsx @@ -157,7 +157,7 @@ function SettingsScreen() { ...(gender && { gender }), ...(pronouns && { pronouns }), ...(raceEthnicity && { race_ethnicity: raceEthnicity }), - ...(birthday && { birthday }), + ...(birthdayExists && { birthday }), }; // Check if user exists