diff --git a/src/components/structures/LeftPanel.js b/src/components/structures/LeftPanel.js
index 247b12dc88..989644304b 100644
--- a/src/components/structures/LeftPanel.js
+++ b/src/components/structures/LeftPanel.js
@@ -179,13 +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 SearchBox = sdk.getComponent('structures.SearchBox');
const CallPreview = sdk.getComponent('voip.CallPreview');
- const topBox = ;
-/*
- const SearchBox = sdk.getComponent('structures.SearchBox');
- const topBox = ;
-*/
const tagPanelEnabled = !SettingsStore.getValue("TagPanel.disableTagPanel");
const tagPanel = tagPanelEnabled ? :
;
@@ -202,7 +198,8 @@ const LeftPanel = React.createClass({
{ tagPanel }