You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-11 20:22:36 +03:00
Comment typo
This commit is contained in:
@@ -66,7 +66,7 @@ export default class MultiInviteDialog extends React.Component {
|
|||||||
|
|
||||||
// don't try to invite it if it's an invalid address
|
// don't try to invite it if it's an invalid address
|
||||||
// (it will already be marked as an error though,
|
// (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) {
|
if (getAddressType(input) === null) {
|
||||||
this._inviteMore(nextIndex + 1);
|
this._inviteMore(nextIndex + 1);
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user