mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 09:46:22 +00:00
add a space after "//" in comment
This commit is contained in:
@@ -55,7 +55,7 @@ class SideNav extends React.Component {
|
|||||||
let { location, data } = this.props
|
let { location, data } = this.props
|
||||||
let component
|
let component
|
||||||
|
|
||||||
//TagsMode is not selected
|
// TagsMode is not selected
|
||||||
if (!location.pathname.match('/tags') && !location.pathname.match('/alltags')) {
|
if (!location.pathname.match('/tags') && !location.pathname.match('/alltags')) {
|
||||||
component = (
|
component = (
|
||||||
<div>
|
<div>
|
||||||
|
|||||||
Reference in New Issue
Block a user