diff --git a/src/components/structures/GroupView.js b/src/components/structures/GroupView.js
index c9cc375563..38bd1a5f43 100644
--- a/src/components/structures/GroupView.js
+++ b/src/components/structures/GroupView.js
@@ -739,20 +739,22 @@ export default React.createClass({
}
return
-
- { _t("%(inviter)s has invited you to join this group", {inviter: group.inviter.userId}) }
-
-
-
- { _t("Accept") }
-
-
- { _t("Decline") }
-
+
+
+ { _t("%(inviter)s has invited you to join this group", {inviter: group.inviter.userId}) }
+
+
+
+ { _t("Accept") }
+
+
+ { _t("Decline") }
+
+
;
} else if (group.myMembership === 'join') {