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>
|
</span>
|
||||||
{!(isDescription || isRules) && (
|
{!(isDescription || isRules) && (
|
||||||
<>
|
<>
|
||||||
{isReply && author?.avatar && (
|
{isReply && author?.avatar && <span className={styles.authorAvatar} style={{ backgroundImage: `url(${avatarImageUrl})` }} />}
|
||||||
<Tooltip
|
|
||||||
children={<span className={styles.authorAvatar} style={{ backgroundImage: `url(${avatarImageUrl})` }} />}
|
|
||||||
content={avatarImageUrl?.toString() || ''}
|
|
||||||
showTooltip={!!avatarImageUrl}
|
|
||||||
/>
|
|
||||||
)}
|
|
||||||
(u/
|
(u/
|
||||||
<Tooltip
|
<Tooltip
|
||||||
children={
|
children={
|
||||||
|
|||||||
@@ -74,13 +74,7 @@ const PostInfoAndMedia = ({ openReplyModal, post, postReplyCount = 0, roles }: P
|
|||||||
</span>
|
</span>
|
||||||
{!(isDescription || isRules) && (
|
{!(isDescription || isRules) && (
|
||||||
<>
|
<>
|
||||||
{isReply && author?.avatar && (
|
{isReply && author?.avatar && <span className={styles.authorAvatar} style={{ backgroundImage: `url(${avatarImageUrl})` }} />}
|
||||||
<Tooltip
|
|
||||||
children={<span className={styles.authorAvatar} style={{ backgroundImage: `url(${avatarImageUrl})` }} />}
|
|
||||||
content={avatarImageUrl?.toString() || ''}
|
|
||||||
showTooltip={!!avatarImageUrl}
|
|
||||||
/>
|
|
||||||
)}
|
|
||||||
(u/
|
(u/
|
||||||
<Tooltip
|
<Tooltip
|
||||||
children={
|
children={
|
||||||
|
|||||||
Reference in New Issue
Block a user