File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -259,9 +259,12 @@ function SettingsScreen() {
259
259
options = { [
260
260
'American Indian/Alaska Native' ,
261
261
'Asian' ,
262
+ 'Hispanic/Latinx' ,
263
+ 'Middle Eastern' ,
262
264
'Black or African American' ,
263
265
'Native Hawaiian or other Pacific Islander' ,
264
266
'White' ,
267
+ 'Not Listed Here' ,
265
268
'Prefer Not to Disclose' ,
266
269
] }
267
270
label = "Race/Ethnicity"
Original file line number Diff line number Diff line change @@ -219,9 +219,12 @@ function OnboardingScreen() {
219
219
options = { [
220
220
'American Indian/Alaska Native' ,
221
221
'Asian' ,
222
+ 'Hispanic/Latinx' ,
223
+ 'Middle Eastern' ,
222
224
'Black or African American' ,
223
225
'Native Hawaiian or other Pacific Islander' ,
224
226
'White' ,
227
+ 'Not Listed Here' ,
225
228
'Prefer Not to Disclose' ,
226
229
] }
227
230
label = "Race/Ethnicity"
You can’t perform that action at this time.
0 commit comments