diff --git a/src/components/join-flow/email-step.jsx b/src/components/join-flow/email-step.jsx index c550e3de6..77f5d7e54 100644 --- a/src/components/join-flow/email-step.jsx +++ b/src/components/join-flow/email-step.jsx @@ -107,7 +107,7 @@ class EmailStep extends React.Component { this.grecaptcha.execute(this.widgetId); } 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.formData['g-recaptcha-response'] = token; this.props.onNextStep(this.formData); diff --git a/src/components/join-flow/join-flow.jsx b/src/components/join-flow/join-flow.jsx index d6867a7da..f743dc088 100644 --- a/src/components/join-flow/join-flow.jsx +++ b/src/components/join-flow/join-flow.jsx @@ -29,7 +29,6 @@ class JoinFlow extends React.Component { step: 0 }; } - handleAdvanceStep (formData) { formData = formData || {}; this.setState({