From 2c36b8a11455550f5fcf3cf510358752890d2e6e Mon Sep 17 00:00:00 2001 From: rimar1337 <132627503+rimar1337@users.noreply.github.com> Date: Wed, 22 Oct 2025 14:32:31 +0700 Subject: [PATCH] potential fix for bad reply lines --- src/components/UniversalPostRenderer.tsx | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/src/components/UniversalPostRenderer.tsx b/src/components/UniversalPostRenderer.tsx index 90f04c2..18bd0f0 100644 --- a/src/components/UniversalPostRenderer.tsx +++ b/src/components/UniversalPostRenderer.tsx @@ -518,7 +518,7 @@ export function UniversalPostRendererATURILoader({ ? true : maxReplies && !oldestOpsReplyElseNewestNonOpsReply ? false - : bottomReplyLine + : !(maxReplies && maxReplies === 0 && replies && replies > 0) ? false : bottomReplyLine } topReplyLine={topReplyLine} //bottomBorder={maxReplies&&oldestOpsReplyElseNewestNonOpsReply ? false : bottomBorder} @@ -540,6 +540,14 @@ export function UniversalPostRendererATURILoader({ maxReplies={maxReplies} isQuote={isQuote} /> + <> + {(maxReplies && maxReplies === 0 && replies && replies > 0) ? ( + <> + {/*