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.jsx12
1 files changed, 0 insertions, 12 deletions
diff --git a/webapp/components/more_direct_channels.jsx b/webapp/components/more_direct_channels.jsx
index f8cf64867..4011cab63 100644
--- a/webapp/components/more_direct_channels.jsx
+++ b/webapp/components/more_direct_channels.jsx
@@ -247,18 +247,6 @@ export default class MoreDirectChannels extends React.Component {
focusOnMount={!UserAgent.isMobile()}
/>
</Modal.Body>
- <Modal.Footer>
- <button
- type='button'
- className='btn btn-default'
- onClick={this.handleHide}
- >
- <FormattedMessage
- id='more_direct_channels.close'
- defaultMessage='Close'
- />
- </button>
- </Modal.Footer>
</Modal>
);
}