From 30a2b683a506c808b89126aec431e0057fcc6f89 Mon Sep 17 00:00:00 2001 From: dangered wolf Date: Tue, 30 Apr 2024 00:28:17 -0400 Subject: [PATCH] Fix duplicate status footer --- src/render/instantview.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/render/instantview.ts b/src/render/instantview.ts index 3c02462..37bf87f 100644 --- a/src/render/instantview.ts +++ b/src/render/instantview.ts @@ -286,7 +286,6 @@ const generateStatus = ( ${status.poll ? generatePoll(status.poll, status.lang ?? 'en') : notApplicableComment} ${!isQuote && status.quote ? generateStatus(status.quote, author, true, null) : notApplicableComment} - ${!isQuote ? generateStatusFooter(status, true, author) : ''}
${!isQuote ? `${i18next.t('ivViewOriginalStatus')}` : notApplicableComment} `.format({ quoteHeader: isQuote