[CP] fix multiple reaction icons joined by commas (#19288)
This commit is contained in:
parent
b412daa3ea
commit
a6030022f6
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@ function buildArticleHTML(article, currentUserId = null) {
|
|||
}">
|
||||
<div class="multiple_reactions_aggregate">
|
||||
<span class="multiple_reactions_icons_container" dir="rtl">
|
||||
${icons.join()}
|
||||
${icons.join('')}
|
||||
</span>
|
||||
<span class="aggregate_reactions_counter">
|
||||
<span class="hidden s:inline">${reactionsCount} ${reactionsText}</span>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue