diff --git a/src/render/instantview.ts b/src/render/instantview.ts index 280925b..238dd8c 100644 --- a/src/render/instantview.ts +++ b/src/render/instantview.ts @@ -290,7 +290,7 @@ const generateStatus = ( ${!isQuote && status.quote ? generateStatus(status.quote, author, true, null) : notApplicableComment} `.format({ quoteHeader: isQuote - ? `

Quoting ${author.name} (@${author.screen_name})

` + ? `

Quoting ${status.author.name} (@${status.author.screen_name})

` : '' }); };