diff --git a/src/components/structures/GroupView.js b/src/components/structures/GroupView.js index 1a45c2ff3c..6e873a9b59 100644 --- a/src/components/structures/GroupView.js +++ b/src/components/structures/GroupView.js @@ -80,7 +80,7 @@ module.exports = React.createClass({ description = sanitizedHtmlNode(summary.profile.long_description); } return ( -
+
@@ -90,11 +90,7 @@ module.exports = React.createClass({
{summary.profile.name} - + ({this.props.groupId})
@@ -110,7 +106,7 @@ module.exports = React.createClass({ } else if (this.state.error) { if (this.state.error.httpStatus === 404) { return ( -
+
Group {this.props.groupId} not found
); @@ -120,7 +116,7 @@ module.exports = React.createClass({ extraText =
{_t('This Home server does not support groups')}
; } return ( -
+
Failed to load {this.props.groupId} {extraText}