mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 09:46:22 +00:00
add the comment fot complicated condition
This commit is contained in:
@@ -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 = (
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user