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