From 47d77d258961f95f4348b4745da062c08731b283 Mon Sep 17 00:00:00 2001 From: Harrison Healey Date: Tue, 6 Sep 2016 18:32:18 -0400 Subject: Fixed emojis not being stored by EmojiStore on first page load (#3980) --- webapp/components/logged_in.jsx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'webapp') diff --git a/webapp/components/logged_in.jsx b/webapp/components/logged_in.jsx index 140270699..3b712ffe2 100644 --- a/webapp/components/logged_in.jsx +++ b/webapp/components/logged_in.jsx @@ -18,6 +18,9 @@ const BACKSPACE_CHAR = 8; import React from 'react'; +// import the EmojiStore so that it'll register to receive the results of the listEmojis call further down +import 'stores/emoji_store.jsx'; + export default class LoggedIn extends React.Component { constructor(params) { super(params); -- cgit v1.2.3-1-g7c22