Skip to content

Commit

Permalink
Small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
adityapawar1 committed Sep 30, 2024
1 parent 2cc2136 commit 3963f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/(tabs)/settings/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ function SettingsScreen() {
...(gender && { gender }),
...(pronouns && { pronouns }),
...(raceEthnicity && { race_ethnicity: raceEthnicity }),
...(birthday && { birthday }),
...(birthdayExists && { birthday }),
};

// Check if user exists
Expand Down

0 comments on commit 3963f2f

Please sign in to comment.