diff --git a/browser/main/SideNav/index.js b/browser/main/SideNav/index.js index 3ced3bfd..1b4cd4f8 100644 --- a/browser/main/SideNav/index.js +++ b/browser/main/SideNav/index.js @@ -138,6 +138,7 @@ class SideNav extends React.Component { }) let style = {} if (!isFolded) style.width = this.props.width + const isTagActive = location.pathname.match(/tag/) return (
- - + +