mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
Update post-desktop.tsx
This commit is contained in:
@@ -365,7 +365,7 @@ const PostDesktop = ({ openReplyModal, post, roles, showAllReplies, showReplies
|
|||||||
)}
|
)}
|
||||||
<div data-cid={cid} data-author-address={author?.shortAddress} data-post-cid={postCid}>
|
<div data-cid={cid} data-author-address={author?.shortAddress} data-post-cid={postCid}>
|
||||||
{link && !isHidden && isValidURL(link) && <PostMedia post={post} />}
|
{link && !isHidden && isValidURL(link) && <PostMedia post={post} />}
|
||||||
<PostInfo isHidden={isHidden} openReplyModal={openReplyModal} post={post} roles={roles} />
|
<PostInfo isHidden={isHidden} openReplyModal={openReplyModal} post={post} postReplyCount={replyCount} roles={roles} />
|
||||||
{!isHidden && !content && <div className={styles.spacer} />}
|
{!isHidden && !content && <div className={styles.spacer} />}
|
||||||
{!isHidden && content && <PostMessage post={post} />}
|
{!isHidden && content && <PostMessage post={post} />}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user