mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-04 10:00:55 +01:00
Fix duplicate status footer
This commit is contained in:
parent
f36750779e
commit
2d78575191
1 changed files with 0 additions and 1 deletions
|
@ -286,7 +286,6 @@ const generateStatus = (
|
|||
${status.poll ? generatePoll(status.poll, status.lang ?? 'en') : notApplicableComment}
|
||||
<!-- Embedded quote status -->
|
||||
${!isQuote && status.quote ? generateStatus(status.quote, author, true, null) : notApplicableComment}
|
||||
${!isQuote ? generateStatusFooter(status, true, author) : ''}
|
||||
<br>${!isQuote ? `<a href="${status.url}">${i18next.t('ivViewOriginalStatus')}</a>` : notApplicableComment}
|
||||
`.format({
|
||||
quoteHeader: isQuote
|
||||
|
|
Loading…
Add table
Reference in a new issue