diff --git a/src/components/EditProfileForm.tsx b/src/components/EditProfileForm.tsx index d940f263..b616b98f 100644 --- a/src/components/EditProfileForm.tsx +++ b/src/components/EditProfileForm.tsx @@ -101,20 +101,24 @@ export function EditProfileForm(props: { /> )} - - {(field, props) => ( - - )} - + + + {(field, props) => ( + + )} + +