diff --git a/webapp/components/logged_in.jsx b/webapp/components/logged_in.jsx index 140270699a..3b712ffe2d 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);