diff --git a/app/views/CreateChannelView.js b/app/views/CreateChannelView.js index a224cc320..09e32eb6b 100644 --- a/app/views/CreateChannelView.js +++ b/app/views/CreateChannelView.js @@ -99,11 +99,6 @@ class CreateChannelView extends React.Component { broadcast: false } - componentDidMount() { - const { navigation } = this.props; - navigation.setParams({ submit: this.submit }); - } - shouldComponentUpdate(nextProps, nextState) { const { channelName, type, readOnly, broadcast