summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--webapp/components/logged_in.jsx3
1 files changed, 3 insertions, 0 deletions
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);