Comment typo
This commit is contained in:
parent
6b3b2e30fe
commit
fa498eb8c6
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue