diff --git a/src/render/instantview.ts b/src/render/instantview.ts
index 4723905..dbad5f9 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