Fix GM channel info memberCount (#775)
This commit is contained in:
parent
b6274da38a
commit
9d6d5f41a5
2 changed files with 2 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ export default class ChannelInfoHeader extends React.PureComponent {
|
|||
status: PropTypes.string,
|
||||
theme: PropTypes.object.isRequired,
|
||||
type: PropTypes.string.isRequired
|
||||
}
|
||||
};
|
||||
|
||||
render() {
|
||||
const {
|
||||
|
|
|
|||
Loading…
Reference in a new issue