an independent Bluesky client using Constellation, PDS Queries, and other services reddwarf.app
frontend spa bluesky reddwarf microcosm client app

finally finally correct reply line

rimar1337 689f5ca0 d01d100f

+1 -1
+1 -1
src/components/UniversalPostRenderer.tsx
··· 518 518 ? true 519 519 : maxReplies && !oldestOpsReplyElseNewestNonOpsReply 520 520 ? false 521 - : !!maxReplies && !(maxReplies && maxReplies === 0 && replies && replies > 0) ? false : bottomReplyLine 521 + : (maxReplies === 0 && (!replies || (!!replies && replies === 0))) ? false : bottomReplyLine 522 522 } 523 523 topReplyLine={topReplyLine} 524 524 //bottomBorder={maxReplies&&oldestOpsReplyElseNewestNonOpsReply ? false : bottomBorder}