From 97e691b290253cfc7ffca823f8e85b0e44c77d9b Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Wed, 9 Sep 2026 16:20:55 +0300 Subject: [PATCH] cleanup --- src/components/conversation/conversation.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/components/conversation/conversation.js b/src/components/conversation/conversation.js index c0b280e7a..7c160bc42 100644 --- a/src/components/conversation/conversation.js +++ b/src/components/conversation/conversation.js @@ -221,9 +221,6 @@ export default { const shouldFadeAncestors = computed( () => mergedConfig.value.conversationTreeFadeAncestors, ) - const shouldShowOtherRepliesButton = computed( - () => mergedConfig.value.conversationOtherRepliesButton === 'below', - ) // # Scrolling const tryScrollTo = (id) => { @@ -313,7 +310,6 @@ export default { shouldShowAllConversationButton, shouldShowAncestors, shouldFadeAncestors, - shouldShowOtherRepliesButton, // # Scrolling diveToTopLevel,