Fix GM channel info memberCount (#775)

This commit is contained in:
enahum 2017-07-24 08:12:13 -04:00 committed by Harrison Healey
parent b6274da38a
commit 9d6d5f41a5
2 changed files with 2 additions and 1 deletions

View file

@ -265,6 +265,7 @@ class ChannelInfo extends PureComponent {
creator={currentChannelCreatorName}
displayName={currentChannel.display_name}
header={currentChannel.header}
memberCount={currentChannelMemberCount}
navigator={navigator}
purpose={currentChannel.purpose}
status={status}

View file

@ -28,7 +28,7 @@ export default class ChannelInfoHeader extends React.PureComponent {
status: PropTypes.string,
theme: PropTypes.object.isRequired,
type: PropTypes.string.isRequired
}
};
render() {
const {