fix JS error and incorrect comment thread for SHIFT+UP (#6574)

Этот коммит содержится в:
Saturnino Abril
2017-06-05 23:09:43 +08:00
коммит произвёл Harrison Healey
родитель b53ca57bad
Коммит b0f32e3c19
3 изменённых файлов: 15 добавлений и 10 удалений

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

@@ -17,6 +17,7 @@ import Constants from 'utils/constants.jsx';
import DelayedAction from 'utils/delayed_action.jsx';
import {Overlay} from 'react-bootstrap';
import EmojiPicker from 'components/emoji_picker/emoji_picker.jsx';
import ChannelStore from 'stores/channel_store.jsx';
import PropTypes from 'prop-types';
@@ -351,6 +352,7 @@ export default class PostInfo extends React.Component {
idCount={idCount}
handleCommentClick={this.props.handleCommentClick}
commentCount={this.props.commentCount}
channelId={ChannelStore.getCurrentId()}
/>
);