update prettyier

This commit is contained in:
John Mitchell 2020-02-18 14:41:49 -05:00
parent 8d26d7861e
commit cf3ed0dc88

View File

@ -66,10 +66,7 @@ function TeamForm(props) {
onSubmit={handleSubmit}
>
{formik => (
<Form
autoComplete="off"
onSubmit={formik.handleSubmit}
>
<Form autoComplete="off" onSubmit={formik.handleSubmit}>
<FormColumnLayout>
<TeamFormFields team={team} {...rest} />
<FormSubmitError error={submitError} />