You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-05 23:10:41 +03:00
Appease the linter
This commit is contained in:
@@ -509,7 +509,9 @@ export default class InviteDialog extends React.PureComponent {
|
|||||||
console.error(err);
|
console.error(err);
|
||||||
this.setState({
|
this.setState({
|
||||||
busy: false,
|
busy: false,
|
||||||
errorText: _t("We couldn't invite those users. Please check the users you want to invite and try again."),
|
errorText: _t(
|
||||||
|
"We couldn't invite those users. Please check the users you want to invite and try again.",
|
||||||
|
),
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user