summaryrefslogtreecommitdiffstats
path: root/webapp/components/more_direct_channels.jsx
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2017-01-04 14:12:35 -0500
committerHarrison Healey <harrisonmhealey@gmail.com>2017-01-04 14:12:35 -0500
commiteae6b13fca9a620051869aa449cedba042984531 (patch)
treeee49d33d6f3c22df8fa0ad74ba65a5c9ffd5014c /webapp/components/more_direct_channels.jsx
parent635628cf30460a75d3a870394ad66db91f3bea9f (diff)
downloadchat-eae6b13fca9a620051869aa449cedba042984531.tar.gz
chat-eae6b13fca9a620051869aa449cedba042984531.tar.bz2
chat-eae6b13fca9a620051869aa449cedba042984531.zip
Revert "Ui fixes" (#4963)
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}