From 24b004bb2d37ccc5d10e9b1ee01bbdb27ac59e18 Mon Sep 17 00:00:00 2001 From: bimlas Date: Wed, 11 Apr 2018 11:45:16 +0200 Subject: [PATCH] Remove obsolete route path --- browser/main/SideNav/index.js | 2 +- browser/main/index.js | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/browser/main/SideNav/index.js b/browser/main/SideNav/index.js index 7af6bb81..6b53478e 100644 --- a/browser/main/SideNav/index.js +++ b/browser/main/SideNav/index.js @@ -91,7 +91,7 @@ class SideNav extends React.Component { let component // TagsMode is not selected - if (!location.pathname.match('/tags') && !location.pathname.match('/alltags') && !location.pathname.match('/narrowToTag')) { + if (!location.pathname.match('/tags') && !location.pathname.match('/alltags')) { component = (
- - -