mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
tooltip is unnecessary
This commit is contained in:
@@ -100,13 +100,7 @@ const PostInfo = ({ openReplyModal, post, postReplyCount = 0, roles, isHidden }:
|
||||
</span>
|
||||
{!(isDescription || isRules) && (
|
||||
<>
|
||||
{isReply && author?.avatar && (
|
||||
<Tooltip
|
||||
children={<span className={styles.authorAvatar} style={{ backgroundImage: `url(${avatarImageUrl})` }} />}
|
||||
content={avatarImageUrl?.toString() || ''}
|
||||
showTooltip={!!avatarImageUrl}
|
||||
/>
|
||||
)}
|
||||
{isReply && author?.avatar && <span className={styles.authorAvatar} style={{ backgroundImage: `url(${avatarImageUrl})` }} />}
|
||||
(u/
|
||||
<Tooltip
|
||||
children={
|
||||
|
||||
@@ -74,13 +74,7 @@ const PostInfoAndMedia = ({ openReplyModal, post, postReplyCount = 0, roles }: P
|
||||
</span>
|
||||
{!(isDescription || isRules) && (
|
||||
<>
|
||||
{isReply && author?.avatar && (
|
||||
<Tooltip
|
||||
children={<span className={styles.authorAvatar} style={{ backgroundImage: `url(${avatarImageUrl})` }} />}
|
||||
content={avatarImageUrl?.toString() || ''}
|
||||
showTooltip={!!avatarImageUrl}
|
||||
/>
|
||||
)}
|
||||
{isReply && author?.avatar && <span className={styles.authorAvatar} style={{ backgroundImage: `url(${avatarImageUrl})` }} />}
|
||||
(u/
|
||||
<Tooltip
|
||||
children={
|
||||
|
||||
Reference in New Issue
Block a user