Fixed emojis not being stored by EmojiStore on first page load (#3980)

Этот коммит содержится в:
Harrison Healey
2016-09-06 18:32:18 -04:00
коммит произвёл enahum
родитель 73692f010e
Коммит 47d77d2589

Просмотреть файл

@@ -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);