summaryrefslogtreecommitdiffstats
path: root/webapp/components/more_direct_channels.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/components/more_direct_channels.jsx')
-rw-r--r--webapp/components/more_direct_channels.jsx4
1 files changed, 1 insertions, 3 deletions
diff --git a/webapp/components/more_direct_channels.jsx b/webapp/components/more_direct_channels.jsx
index a3318d0c8..1b287b3b2 100644
--- a/webapp/components/more_direct_channels.jsx
+++ b/webapp/components/more_direct_channels.jsx
@@ -195,9 +195,7 @@ export default class MoreDirectChannels extends React.Component {
render() {
let teamToggle;
- let memberClass = '';
if (global.window.mm_config.RestrictDirectMessage === 'any') {
- memberClass = 'more-system-members';
teamToggle = (
<div className='member-select__container'>
<select
@@ -228,7 +226,7 @@ export default class MoreDirectChannels extends React.Component {
return (
<Modal
- dialogClassName={'more-modal more-direct-channels ' + memberClass}
+ dialogClassName='more-modal more-direct-channels'
show={this.state.show}
onHide={this.handleHide}
onExited={this.handleExit}