From 8fa7ec0fac7df925de97cc400691999b7ecc1e65 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Mon, 7 Jan 2019 16:03:24 +0100 Subject: [PATCH] fix lint --- src/components/structures/GroupGridView.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/structures/GroupGridView.js b/src/components/structures/GroupGridView.js index c8d5f59323..4c488941d0 100644 --- a/src/components/structures/GroupGridView.js +++ b/src/components/structures/GroupGridView.js @@ -104,7 +104,7 @@ export default class RoomGridView extends React.Component { } return (
- +
{ roomStores.map((roomStore, i) => { if (roomStore) {