diff --git a/src/components/emoji_reactions/emoji_reactions.js b/src/components/emoji_reactions/emoji_reactions.js index 75ab252e..94464bf4 100644 --- a/src/components/emoji_reactions/emoji_reactions.js +++ b/src/components/emoji_reactions/emoji_reactions.js @@ -1,5 +1,6 @@ import UserAvatar from '../user_avatar/user_avatar.vue' import UserListPopover from '../user_list_popover/user_list_popover.vue' +import StillImage from '../still-image/still-image.vue' const EMOJI_REACTION_COUNT_CUTOFF = 12 @@ -12,7 +13,8 @@ const EmojiReactions = { name: 'EmojiReactions', components: { UserAvatar, - UserListPopover + UserListPopover, + StillImage }, props: ['status'], data: () => ({ diff --git a/src/components/emoji_reactions/emoji_reactions.vue b/src/components/emoji_reactions/emoji_reactions.vue index 599611b2..d5e4301e 100644 --- a/src/components/emoji_reactions/emoji_reactions.vue +++ b/src/components/emoji_reactions/emoji_reactions.vue @@ -14,12 +14,13 @@ - + /> {{ reaction.count }}