Remove unnecessary code
This commit is contained in:
parent
40b38b70a7
commit
739f885d98
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue