diff --git a/pkg/interface/src/views/apps/profile/components/EditProfile.tsx b/pkg/interface/src/views/apps/profile/components/EditProfile.tsx index d59bd98a8c..0648d73261 100644 --- a/pkg/interface/src/views/apps/profile/components/EditProfile.tsx +++ b/pkg/interface/src/views/apps/profile/components/EditProfile.tsx @@ -93,9 +93,6 @@ export function EditProfile(props: any): ReactElement { }; const history = useHistory(); - if (contact) { - contact.isPublic = isPublic; - } const onSubmit = async (values: any, actions: any) => { try { @@ -143,7 +140,7 @@ export function EditProfile(props: any): ReactElement { <> {({ setFieldValue }) => (