diff --git a/src/screens/Profile/components/GermButton.tsx b/src/screens/Profile/components/GermButton.tsx index 70e02d1f7d..9f30013196 100644 --- a/src/screens/Profile/components/GermButton.tsx +++ b/src/screens/Profile/components/GermButton.tsx @@ -100,10 +100,13 @@ function GermSelfButton({did}: {did: string}) { ...res.value, messageMe: { ...res.value.messageMe, - showButtonTo: 'none', + // TODO: update types + // showButtonTo: 'none', }, }, ) + + // TODO: await appview and revalidate profile }, onSuccess: () => { Toast.show(_(msg`Germ DM link removed`))