Comment typo

This commit is contained in:
David Baker 2016-08-10 18:37:21 +01:00
parent 6b3b2e30fe
commit fa498eb8c6

View file

@ -66,7 +66,7 @@ export default class MultiInviteDialog extends React.Component {
// don't try to invite it if it's an invalid address
// (it will already be marked as an error though,
// so no need top do so again
// so no need to do so again)
if (getAddressType(input) === null) {
this._inviteMore(nextIndex + 1);
return;