From 9bcf33af7cbe6b509127b864403d9d0dbf1e360c Mon Sep 17 00:00:00 2001 From: Fedor Katurov Date: Thu, 21 Jul 2022 11:28:45 +0700 Subject: [PATCH] removed avatar from profile tooltip --- src/containers/profile/ProfileQuickInfo/index.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/containers/profile/ProfileQuickInfo/index.tsx b/src/containers/profile/ProfileQuickInfo/index.tsx index 95cc4efd..84b133c3 100644 --- a/src/containers/profile/ProfileQuickInfo/index.tsx +++ b/src/containers/profile/ProfileQuickInfo/index.tsx @@ -21,10 +21,6 @@ const ProfileQuickInfo: FC = ({ user }) => { return ( -
- -
-
{user.fullname || user.username}
~{user.username}