From 7f72d5145a7be8ecc9dd08db56438556c57cb24e Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Wed, 31 Oct 2018 15:26:18 +0100 Subject: [PATCH] fix lint --- src/components/structures/LeftPanel.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/structures/LeftPanel.js b/src/components/structures/LeftPanel.js index cd4c81bd2c..247b12dc88 100644 --- a/src/components/structures/LeftPanel.js +++ b/src/components/structures/LeftPanel.js @@ -179,10 +179,9 @@ const LeftPanel = React.createClass({ const RoomList = sdk.getComponent('rooms.RoomList'); const TagPanel = sdk.getComponent('structures.TagPanel'); const TopLeftMenuButton = sdk.getComponent('structures.TopLeftMenuButton'); - const BottomLeftMenu = sdk.getComponent('structures.BottomLeftMenu'); const CallPreview = sdk.getComponent('voip.CallPreview'); - let topBox = ; + const topBox = ; /* const SearchBox = sdk.getComponent('structures.SearchBox'); const topBox = ;