From 8452a95114833807f2b18a24aff57e224ed48da2 Mon Sep 17 00:00:00 2001 From: Dick Choi Date: Fri, 15 Jul 2016 10:21:21 +0900 Subject: [PATCH] hide sidenav toggle button temporarily --- browser/main/SideNav/index.js | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/browser/main/SideNav/index.js b/browser/main/SideNav/index.js index d12ab9c9..d688b9d3 100644 --- a/browser/main/SideNav/index.js +++ b/browser/main/SideNav/index.js @@ -83,15 +83,16 @@ class SideNav extends React.Component {
No storage mount.
)} - - + {false && + + } ) }