Remove unnecessary code

This commit is contained in:
Diego Mello 2020-05-27 13:33:43 -03:00
parent 40b38b70a7
commit 739f885d98
1 changed files with 0 additions and 5 deletions

View File

@ -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