Fix simple reactions count
This commit is contained in:
parent
c3c5985552
commit
5a2cbb2311
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@
|
|||
- grouped_emoji_reactions.each do |reaction|
|
||||
%button.emoji-reactions-bar__button
|
||||
%span.emojify= prerender_custom_emojis_from_hash(emoji_name_format(reaction, status), reaction)
|
||||
%span.count= reaction.count
|
||||
%span.count= reaction['count']
|
||||
|
||||
.status__action-bar
|
||||
%span.status__action-bar-button.icon-button.icon-button--with-counter
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue