From d2c0cf24a7cc4b4abc19a93c9524b4264e1d4062 Mon Sep 17 00:00:00 2001 From: "Tom (plebeius.eth)" Date: Sat, 13 Jul 2024 09:37:40 +0200 Subject: [PATCH] tooltip is unnecessary --- src/components/post-desktop/post-desktop.tsx | 8 +------- src/components/post-mobile/post-mobile.tsx | 8 +------- 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/src/components/post-desktop/post-desktop.tsx b/src/components/post-desktop/post-desktop.tsx index f6436f48..9ffa4519 100644 --- a/src/components/post-desktop/post-desktop.tsx +++ b/src/components/post-desktop/post-desktop.tsx @@ -100,13 +100,7 @@ const PostInfo = ({ openReplyModal, post, postReplyCount = 0, roles, isHidden }: {!(isDescription || isRules) && ( <> - {isReply && author?.avatar && ( - } - content={avatarImageUrl?.toString() || ''} - showTooltip={!!avatarImageUrl} - /> - )} + {isReply && author?.avatar && } (u/ {!(isDescription || isRules) && ( <> - {isReply && author?.avatar && ( - } - content={avatarImageUrl?.toString() || ''} - showTooltip={!!avatarImageUrl} - /> - )} + {isReply && author?.avatar && } (u/