summaryrefslogtreecommitdiffstats
path: root/webapp/components/more_channels
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/components/more_channels')
-rw-r--r--webapp/components/more_channels/more_channels.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/webapp/components/more_channels/more_channels.jsx b/webapp/components/more_channels/more_channels.jsx
index 3643d916b..4a1d487c0 100644
--- a/webapp/components/more_channels/more_channels.jsx
+++ b/webapp/components/more_channels/more_channels.jsx
@@ -142,6 +142,7 @@ export default class MoreChannels extends React.Component {
let createNewChannelButton = (
<button
+ id='createNewChannel'
type='button'
className='btn btn-primary channel-create-btn'
onClick={this.props.handleNewChannel}