Remove redundant setState
Duplicated in `finally`
This commit is contained in:
parent
54b3638a85
commit
4a6a9bd95b
1 changed files with 0 additions and 3 deletions
|
@ -263,9 +263,6 @@ module.exports = React.createClass({
|
|||
});
|
||||
}
|
||||
}
|
||||
self.setState({
|
||||
inviting: false
|
||||
});
|
||||
}).finally(() => {
|
||||
self.setState({
|
||||
inviting: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue