From 2aeaaf26ca5fb70e92e05d1b6fb95dbb17f5f0fc Mon Sep 17 00:00:00 2001 From: David Baker Date: Tue, 27 Jun 2017 11:52:23 +0100 Subject: [PATCH] remove inline css --- src/components/structures/GroupView.js | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) 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}