Skip to content

Commit

Permalink
fix(Personal): 'send again' for email verification fix
Browse files Browse the repository at this point in the history
  • Loading branch information
plondon committed Mar 25, 2019
1 parent 0ce4c2b commit 8aed694
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ class PersonalContainer extends React.PureComponent {
activeFieldError={activeFieldError}
editEmail={this.editEmail}
updateEmail={actions.updateEmail}
sendEmailVerification={this.onSendEmailVerification}
sendEmailVerification={actions.sendEmailVerification}
onPromptForEmailVerification={this.onPromptForEmailVerification}
onAddressSelect={this.selectAddress}
onCountrySelect={this.onCountryChange}
Expand Down

0 comments on commit 8aed694

Please sign in to comment.