mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
show avatar for OP as well
This commit is contained in:
@@ -101,7 +101,7 @@ const PostInfo = ({ openReplyModal, post, postReplyCount = 0, roles, isHidden }:
|
|||||||
</span>
|
</span>
|
||||||
{!(isDescription || isRules) && (
|
{!(isDescription || isRules) && (
|
||||||
<>
|
<>
|
||||||
{isReply && author?.avatar && (
|
{author?.avatar && (
|
||||||
<span className={styles.authorAvatar}>
|
<span className={styles.authorAvatar}>
|
||||||
<img src={avatarImageUrl} alt='' />
|
<img src={avatarImageUrl} alt='' />
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
@@ -74,7 +74,7 @@ const PostInfoAndMedia = ({ openReplyModal, post, postReplyCount = 0, roles }: P
|
|||||||
</span>
|
</span>
|
||||||
{!(isDescription || isRules) && (
|
{!(isDescription || isRules) && (
|
||||||
<>
|
<>
|
||||||
{isReply && author?.avatar && (
|
{author?.avatar && (
|
||||||
<span className={styles.authorAvatar}>
|
<span className={styles.authorAvatar}>
|
||||||
<img src={avatarImageUrl} alt='' />
|
<img src={avatarImageUrl} alt='' />
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user