From aa357ff6de0107061794d179d8a875a3bf216efc Mon Sep 17 00:00:00 2001 From: Luke Barnard Date: Fri, 26 May 2017 10:33:48 +0100 Subject: [PATCH] Always show HomeButton --- src/components/structures/BottomLeftMenu.js | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/components/structures/BottomLeftMenu.js b/src/components/structures/BottomLeftMenu.js index 9e7442cd..eacc500a 100644 --- a/src/components/structures/BottomLeftMenu.js +++ b/src/components/structures/BottomLeftMenu.js @@ -169,15 +169,10 @@ module.exports = React.createClass({ const CreateRoomButton = sdk.getComponent('elements.CreateRoomButton'); const SettingsButton = sdk.getComponent('elements.SettingsButton'); - var homeButton; - if (this.props.teamToken) { - homeButton = ; - } - return (
- { homeButton } +