From 865b2e4fdfd25589a6f809157a0d0aad017b25b4 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Fri, 24 Jan 2025 01:15:07 +0200 Subject: [PATCH] web/rightpanel: don't show ignore button for self --- web/src/ui/rightpanel/UserInfo.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/web/src/ui/rightpanel/UserInfo.tsx b/web/src/ui/rightpanel/UserInfo.tsx index 17823d1..87b5ea0 100644 --- a/web/src/ui/rightpanel/UserInfo.tsx +++ b/web/src/ui/rightpanel/UserInfo.tsx @@ -72,14 +72,14 @@ const UserInfo = ({ userID }: UserInfoProps) => { profile={globalProfile} refreshProfile={refreshProfile} client={client} userID={userID} />}
+ +
{userID !== client.userID && <>
+ +
} - -
- -
{errors?.length ? <>