1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00

add a space after "//" in comment

This commit is contained in:
Sosuke Suzuki
2017-10-07 04:32:06 +09:00
parent 046e6af489
commit a22e97d4bd

View File

@@ -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>