From 320c6425f4ca0980a807a12561c705df982e8279 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Mon, 9 Feb 2026 18:46:52 +0000 Subject: [PATCH] add todos --- src/screens/Profile/components/GermButton.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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`))