mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-21 14:31:09 +02:00
Comment typo
This commit is contained in:
parent
6b3b2e30fe
commit
fa498eb8c6
@ -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…
x
Reference in New Issue
Block a user