Basically working read more

This commit is contained in:
Eric Bailey
2025-05-27 11:28:01 -05:00
parent 2497099d81
commit 37cd3840a4
3 changed files with 149 additions and 97 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ export function threadPost({
ui: {
isAnchor: depth === 0,
showParentReplyLine: !!oneUp && oneUp.depth !== 0 && oneUp.depth < depth,
showChildReplyLine: !!oneDown && depth !== 0 && oneDown.depth > depth,
showChildReplyLine: (value.post.replyCount || 0) > 0,
},
}
}