From 291da0b0d70de5d752b43979467350e520af8b8b Mon Sep 17 00:00:00 2001 From: dangered wolf Date: Tue, 30 Apr 2024 02:27:38 -0400 Subject: [PATCH] Fix extra view full thread --- src/render/instantview.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/render/instantview.ts b/src/render/instantview.ts index 74aecf8..cd1c787 100644 --- a/src/render/instantview.ts +++ b/src/render/instantview.ts @@ -300,9 +300,8 @@ const generateStatus = ( ${status.poll ? generatePoll(status.poll, status.lang ?? 'en') : notApplicableComment} - ${!isQuote && status.quote ? generateStatus(status.quote, author, language, true, null) : notApplicableComment} -
${!isQuote ? `${i18next.t('ivViewOriginal')}` : notApplicableComment} - `.format({ + ${!isQuote && status.quote ? generateStatus(status.quote, author, language, true, null) : notApplicableComment}` + .format({ quoteHeader: isQuote ? '

' + i18next.t('ivQuoteHeader').format({