From 8e496c3aa6bfc888257740aebc25baecb1aafa10 Mon Sep 17 00:00:00 2001 From: ice-hades <119406114+ice-hades@users.noreply.github.com> Date: Fri, 26 Jan 2024 16:37:20 +0300 Subject: [PATCH] fix: don't show contacts avatar for a self profile (#262) --- .../ProfileFlow/Profile/components/AvatarHeader/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/screens/ProfileFlow/Profile/components/AvatarHeader/index.tsx b/src/screens/ProfileFlow/Profile/components/AvatarHeader/index.tsx index 3e070f533..c37e43ebc 100644 --- a/src/screens/ProfileFlow/Profile/components/AvatarHeader/index.tsx +++ b/src/screens/ProfileFlow/Profile/components/AvatarHeader/index.tsx @@ -163,7 +163,7 @@ export const AvatarHeader = memo( iconStyle={iconAvatarStyle} /> )} - {contactDetails && ( + {contactDetails && !isOwner && ( setIsTooltipVisible(state => !state)} contacts={contactDetails}