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:
@@ -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'
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user