Add .done() to catch exceptions which may be thrown in setState
This commit is contained in:
parent
8f42134d9f
commit
8a511ed54b
1 changed files with 1 additions and 1 deletions
|
@ -308,7 +308,7 @@ module.exports = React.createClass({
|
||||||
this.setState({
|
this.setState({
|
||||||
rejectingInvites: false
|
rejectingInvites: false
|
||||||
});
|
});
|
||||||
});
|
}).done();
|
||||||
},
|
},
|
||||||
|
|
||||||
_renderUserInterfaceSettings: function() {
|
_renderUserInterfaceSettings: function() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue