space fixes

This commit is contained in:
picklesrus 2019-08-27 16:38:38 -04:00
parent f5a44c3458
commit c4d6e3dcef
2 changed files with 1 additions and 2 deletions

View file

@ -107,7 +107,7 @@ class EmailStep extends React.Component {
this.grecaptcha.execute(this.widgetId); this.grecaptcha.execute(this.widgetId);
} }
captchaSolved (token) { captchaSolved (token) {
// Now thatcaptcha is done, we can tell Formik we're submitting. // Now that captcha is done, we can tell Formik we're submitting.
this.formikBag.setSubmitting(true); this.formikBag.setSubmitting(true);
this.formData['g-recaptcha-response'] = token; this.formData['g-recaptcha-response'] = token;
this.props.onNextStep(this.formData); this.props.onNextStep(this.formData);

View file

@ -29,7 +29,6 @@ class JoinFlow extends React.Component {
step: 0 step: 0
}; };
} }
handleAdvanceStep (formData) { handleAdvanceStep (formData) {
formData = formData || {}; formData = formData || {};
this.setState({ this.setState({