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

Fix some pointed by lint

This commit is contained in:
asmsuechan
2017-07-08 13:37:24 +09:00
parent 805829be78
commit 21f96febdb
2 changed files with 2 additions and 2 deletions

View File

@@ -233,7 +233,7 @@ class MarkdownNoteDetail extends React.Component {
}
handleInfoButtonClick (e) {
const infoPanel= document.querySelector('.infoPanel')
const infoPanel = document.querySelector('.infoPanel')
infoPanel.style.display = display === 'none' ? 'inline' : 'none'
}