Clean up pagination

This commit is contained in:
Eric Bailey
2025-06-04 17:11:50 -05:00
parent 3855fe7b18
commit 6c88e94c9a
2 changed files with 43 additions and 41 deletions
+6 -8
View File
@@ -406,15 +406,13 @@ export function buildThread({
item: 'anchor',
}),
)
}
if (hasSession) {
items.push(
views.skeleton({
key: 'replyComposer',
item: 'replyComposer',
}),
)
}
if (hasSession) {
items.push({
type: 'replyComposer',
key: 'replyComposer',
})
}
for (let i = 0; i < skeletonReplies; i++) {