From c4d6e3dcef31ef90fdecd06e027616f07e417d5f Mon Sep 17 00:00:00 2001 From: picklesrus Date: Tue, 27 Aug 2019 16:38:38 -0400 Subject: [PATCH] space fixes --- src/components/join-flow/email-step.jsx | 2 +- src/components/join-flow/join-flow.jsx | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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({