Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Ray Schamp committed Apr 2, 2018
1 parent a01cb19 commit 2f8017b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/registration/steps.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -535,8 +535,8 @@ class DemographicsStep extends React.Component {
required
label={this.props.intl.formatMessage({id: 'general.country'})}
name="user.country"
value={countryOptions[0].value}
options={countryOptions}
value={countryOptions[0].value}
/>
<Checkbox
className="demographics-checkbox-is-robot"
Expand Down

0 comments on commit 2f8017b

Please sign in to comment.