diff --git a/src/components/join-flow/birthdate-step.jsx b/src/components/join-flow/birthdate-step.jsx index e22c7f22c..b4a726862 100644 --- a/src/components/join-flow/birthdate-step.jsx +++ b/src/components/join-flow/birthdate-step.jsx @@ -84,7 +84,8 @@ class BirthDateStep extends React.Component { const { errors, handleSubmit, - isSubmitting + isSubmitting, + setFieldError } = props; return ( setFieldError('birth_month', null)} + /* eslint-enable react/jsx-no-bind */ /> setFieldError('birth_year', null)} + /* eslint-enable react/jsx-no-bind */ />
diff --git a/src/components/join-flow/country-step.jsx b/src/components/join-flow/country-step.jsx index fbe53a7c4..ee9854250 100644 --- a/src/components/join-flow/country-step.jsx +++ b/src/components/join-flow/country-step.jsx @@ -64,7 +64,8 @@ class CountryStep extends React.Component { const { errors, handleSubmit, - isSubmitting + isSubmitting, + setFieldError } = props; return ( setFieldError('country', null)} + /* eslint-enable react/jsx-no-bind */ /> {/* note that this is a hidden checkbox the user will never see */}