Skip to content

Commit

Permalink
[bug] Add other ethnicities (#83)
Browse files Browse the repository at this point in the history
* Add other ethnicities

* Remove old settings
  • Loading branch information
adityapawar1 authored and jjstnlee committed Apr 15, 2024
1 parent f47708b commit 7a36035
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/(tabs)/settings/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -259,9 +259,12 @@ function SettingsScreen() {
options={[
'American Indian/Alaska Native',
'Asian',
'Hispanic/Latinx',
'Middle Eastern',
'Black or African American',
'Native Hawaiian or other Pacific Islander',
'White',
'Not Listed Here',
'Prefer Not to Disclose',
]}
label="Race/Ethnicity"
Expand Down
3 changes: 3 additions & 0 deletions src/app/auth/onboarding/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -219,9 +219,12 @@ function OnboardingScreen() {
options={[
'American Indian/Alaska Native',
'Asian',
'Hispanic/Latinx',
'Middle Eastern',
'Black or African American',
'Native Hawaiian or other Pacific Islander',
'White',
'Not Listed Here',
'Prefer Not to Disclose',
]}
label="Race/Ethnicity"
Expand Down

0 comments on commit 7a36035

Please sign in to comment.