diff --git a/src/screens/PostThread/components/ThreadReply.tsx b/src/screens/PostThread/components/ThreadReply.tsx index 22abc7d365..4b7409c299 100644 --- a/src/screens/PostThread/components/ThreadReply.tsx +++ b/src/screens/PostThread/components/ThreadReply.tsx @@ -193,19 +193,14 @@ let PostThreadItemLoaded = ({ ], ]}> {Array.from(Array(indents)).map((_, n: number) => { - const isLastIteration = n === indents - 1 + const isSkipped = item.ui.skippedIndents.has(n) return ( - {item.ui.indent > 1 && item.ui.parentHasBranchingReplies && ( + {item.ui.indent > 1 && (