From e42663fc627187cee9a59e65cd8ff1abccb95bf3 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Thu, 16 Jan 2020 14:45:17 -0700 Subject: [PATCH] Appease the linter --- src/components/views/dialogs/InviteDialog.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/views/dialogs/InviteDialog.js b/src/components/views/dialogs/InviteDialog.js index e176d3b105..1b7a50c084 100644 --- a/src/components/views/dialogs/InviteDialog.js +++ b/src/components/views/dialogs/InviteDialog.js @@ -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.", + ), }); }); };