mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
Merge pull request #896 from mewtaylor/issue/gh-825-zip
Fix GH-825: Only require zip code for US addresses
This commit is contained in:
commit
ee088e6384
1 changed files with 1 additions and 1 deletions
|
@ -745,7 +745,7 @@ module.exports = {
|
||||||
id: 'registration.validationMaxLength'
|
id: 'registration.validationMaxLength'
|
||||||
})
|
})
|
||||||
}}
|
}}
|
||||||
required />
|
required={(this.state.countryChoice === 'us')} />
|
||||||
<GeneralError name="all" />
|
<GeneralError name="all" />
|
||||||
<NextStepButton waiting={this.props.waiting || this.state.waiting}
|
<NextStepButton waiting={this.props.waiting || this.state.waiting}
|
||||||
text={<intl.FormattedMessage id="registration.nextStep" />} />
|
text={<intl.FormattedMessage id="registration.nextStep" />} />
|
||||||
|
|
Loading…
Reference in a new issue