From aaf32ac9a01a38e8010a890feb1d85a1ee41a09c Mon Sep 17 00:00:00 2001 From: Luke Barnard Date: Fri, 13 Oct 2017 16:57:52 +0100 Subject: [PATCH] Lint --- src/components/structures/GroupView.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/structures/GroupView.js b/src/components/structures/GroupView.js index a43e1a4cd3..4341f03917 100644 --- a/src/components/structures/GroupView.js +++ b/src/components/structures/GroupView.js @@ -108,7 +108,9 @@ const CategoryRoomList = React.createClass({ render: function() { const TintableSvg = sdk.getComponent("elements.TintableSvg"); const addButton = this.props.editing ? - ( + (
{ _t('Add a Room') }