Remove unnecessary code
This commit is contained in:
parent
40b38b70a7
commit
739f885d98
|
@ -99,11 +99,6 @@ class CreateChannelView extends React.Component {
|
||||||
broadcast: false
|
broadcast: false
|
||||||
}
|
}
|
||||||
|
|
||||||
componentDidMount() {
|
|
||||||
const { navigation } = this.props;
|
|
||||||
navigation.setParams({ submit: this.submit });
|
|
||||||
}
|
|
||||||
|
|
||||||
shouldComponentUpdate(nextProps, nextState) {
|
shouldComponentUpdate(nextProps, nextState) {
|
||||||
const {
|
const {
|
||||||
channelName, type, readOnly, broadcast
|
channelName, type, readOnly, broadcast
|
||||||
|
|
Loading…
Reference in New Issue