diff --git a/webapp/components/channel_header.jsx b/webapp/components/channel_header.jsx index f89c187453..29498eef2f 100644 --- a/webapp/components/channel_header.jsx +++ b/webapp/components/channel_header.jsx @@ -680,8 +680,7 @@ export default class ChannelHeader extends React.Component { ); } - const canLeave = channel.type === Constants.PRIVATE_CHANNEL ? this.state.userCount > 1 : true; - if (!ChannelStore.isDefault(channel) && canLeave) { + if (!ChannelStore.isDefault(channel)) { dropdownContents.push(
  • 1 : true; - if (!ChannelStore.isDefault(channel) && canLeave) { + if (!ChannelStore.isDefault(channel)) { leaveChannelOption = (