From feb37878d85f723039d737f8ffdf451706c9b9f4 Mon Sep 17 00:00:00 2001
From: Michael Telatynski <7t3chguy@gmail.com>
Date: Wed, 16 Sep 2020 15:04:13 +0100
Subject: [PATCH] tidy
---
src/components/views/dialogs/InviteDialog.js | 35 ++++++++++----------
1 file changed, 18 insertions(+), 17 deletions(-)
diff --git a/src/components/views/dialogs/InviteDialog.js b/src/components/views/dialogs/InviteDialog.js
index f66de67a1d..73101056f3 100644
--- a/src/components/views/dialogs/InviteDialog.js
+++ b/src/components/views/dialogs/InviteDialog.js
@@ -1123,24 +1123,25 @@ export default class InviteDialog extends React.PureComponent {
const inviteText = _t("This won't invite them to %(communityName)s. " +
"To invite someone to %(communityName)s, click here",
{communityName}, {
- userId: () => {
- return (
- {userId}
- );
+ userId: () => {
+ return (
+ {userId}
+ );
+ },
+ a: (sub) => {
+ return (
+ {sub}
+ );
+ },
},
- a: (sub) => {
- return (
- {sub}
- );
- },
- });
+ );
helpText =
{ helpText } {inviteText}
;