summaryrefslogtreecommitdiffstats
path: root/webapp/components/post_view/reaction/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/components/post_view/reaction/index.js')
-rw-r--r--webapp/components/post_view/reaction/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/post_view/reaction/index.js b/webapp/components/post_view/reaction/index.js
index 9bb2524a1..b19e28f8d 100644
--- a/webapp/components/post_view/reaction/index.js
+++ b/webapp/components/post_view/reaction/index.js
@@ -20,7 +20,7 @@ function makeMapStateToProps() {
if (Emoji.EmojiIndicesByAlias.has(ownProps.emojiName)) {
emoji = Emoji.Emojis[Emoji.EmojiIndicesByAlias.get(ownProps.emojiName)];
} else {
- emoji = ownProps.emojis[ownProps.emojiName];
+ emoji = ownProps.emojis.get(ownProps.emojiName);
}
return {