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 = (
- - -