removed errant birth_month and birth_year variables

This commit is contained in:
Ben Wheeler 2019-07-30 14:21:19 -04:00
parent a435626ae1
commit db3c73c267
2 changed files with 0 additions and 4 deletions

View file

@ -27,8 +27,6 @@ class EmailStep extends React.Component {
return (
<Formik
initialValues={{
birth_month: 'null',
birth_year: 'null'
}}
validate={this.validateForm}
validateOnBlur={false}

View file

@ -27,8 +27,6 @@ class WelcomeStep extends React.Component {
return (
<Formik
initialValues={{
birth_month: 'null',
birth_year: 'null'
}}
validate={this.validateForm}
validateOnBlur={false}