mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-21 22:41:07 +02:00
Appease the linter
This commit is contained in:
parent
1a961358f0
commit
e42663fc62
@ -509,7 +509,9 @@ export default class InviteDialog extends React.PureComponent {
|
||||
console.error(err);
|
||||
this.setState({
|
||||
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.",
|
||||
),
|
||||
});
|
||||
});
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user