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