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,