s/then/done/

pull/21833/head
David Baker 2016-08-11 10:08:14 +01:00
parent a58a6275e5
commit 806477dcce
1 changed files with 1 additions and 1 deletions

View File

@ -279,7 +279,7 @@ module.exports = React.createClass({
if (inputs.length == 1) {
// for a single address, we just send the invite
promise.then(() => {
promise.done(() => {
this.doInvite(inputs[0]);
});
} else {