mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-03-14 15:09:59 -04:00
fixed nonbinary id
This commit is contained in:
parent
74c76dedcb
commit
85bbd88ae4
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ class GenderStep extends React.Component {
|
|||
onSetFieldValue={setFieldValue}
|
||||
/>
|
||||
<GenderOption
|
||||
label={this.props.intl.formatMessage({id: 'general.nonbinary'})}
|
||||
label={this.props.intl.formatMessage({id: 'general.nonBinary'})}
|
||||
selectedValue={values.gender}
|
||||
value="Non-binary"
|
||||
onSetFieldValue={setFieldValue}
|
||||
|
|
Loading…
Reference in a new issue