Fix reply composer skeleton state

This commit is contained in:
Eric Bailey
2025-06-09 18:13:12 -05:00
parent c875915bc9
commit 97d35eedc5
+7 -5
View File
@@ -433,11 +433,13 @@ export function buildThread({
hasAnchorFromCache &&
anchorPost.value.post.viewer?.replyDisabled === true
if (hasAnchorFromCache && !replyDisabled) {
items.push({
type: 'replyComposer',
key: 'replyComposer',
})
if (hasAnchorFromCache) {
if (!replyDisabled) {
items.push({
type: 'replyComposer',
key: 'replyComposer',
})
}
} else {
items.push(
views.skeleton({