From 86270dd8565e9e3a8919c167c1b7e5e37344d39f Mon Sep 17 00:00:00 2001 From: Sosuke Suzuki Date: Sat, 7 Oct 2017 03:18:42 +0900 Subject: [PATCH] add the comment fot complicated condition --- browser/main/SideNav/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/browser/main/SideNav/index.js b/browser/main/SideNav/index.js index d712a255..5b2f922f 100644 --- a/browser/main/SideNav/index.js +++ b/browser/main/SideNav/index.js @@ -52,6 +52,8 @@ class SideNav extends React.Component { SideNavComponent (isFolded, isHomeActive, isStarredActive, isTrashedActive, storageList) { let { location, data } = this.props let component + + //TagsMode is not selected if (!location.pathname.match('/tags') && !location.pathname.match('/alltags')) { component = (