1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-04 11:51:45 +03:00

Appease the linter

This commit is contained in:
Travis Ralston
2020-01-16 14:45:17 -07:00
parent 1a961358f0
commit e42663fc62

View File

@@ -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.",
),
});
});
};