mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
Update post-mobile.tsx
This commit is contained in:
@@ -180,7 +180,7 @@ const ReplyBacklinks = ({ post }: PostProps) => {
|
||||
return (
|
||||
cid &&
|
||||
parentCid &&
|
||||
replies && (
|
||||
replies.length > 0 && (
|
||||
<div className={styles.mobileReplyBacklinks}>
|
||||
{replies.map(
|
||||
(reply: Comment, index: number) => reply?.parentCid === cid && reply?.cid && <ReplyQuotePreview key={index} isBacklinkReply={true} backlinkReply={reply} />,
|
||||
|
||||
Reference in New Issue
Block a user