Commit 7b69935d authored by Ben Wheeler's avatar Ben Wheeler

in join flow, use country name options

parent 3e775369
...@@ -27,7 +27,7 @@ class CountryStep extends React.Component { ...@@ -27,7 +27,7 @@ class CountryStep extends React.Component {
} }
setCountryOptions () { setCountryOptions () {
if (this.countryOptions.length === 0) { if (this.countryOptions.length === 0) {
this.countryOptions = [...countryData.registrationCountryOptions]; this.countryOptions = [...countryData.registrationCountryNameOptions];
this.countryOptions.unshift({ // add placeholder as first option this.countryOptions.unshift({ // add placeholder as first option
disabled: true, disabled: true,
label: this.props.intl.formatMessage({id: 'registration.selectCountry'}), label: this.props.intl.formatMessage({id: 'registration.selectCountry'}),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment