Bluebird has no need for your .done()
This commit is contained in:
parent
fed74646b0
commit
0c309c88ad
1 changed files with 1 additions and 1 deletions
|
@ -360,7 +360,7 @@ export default React.createClass({
|
||||||
// Note we don't catch errors from this: we catch everything within
|
// Note we don't catch errors from this: we catch everything within
|
||||||
// loadSession as there's logic there to ask the user if they want
|
// loadSession as there's logic there to ask the user if they want
|
||||||
// to try logging out.
|
// to try logging out.
|
||||||
}).done();
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
componentWillUnmount: function() {
|
componentWillUnmount: function() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue