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

remove an unnecessary valiable

This commit is contained in:
Sosuke Suzuki
2017-12-18 19:31:43 +09:00
parent c80bdb8d0c
commit 89b2f48a06

View File

@@ -299,7 +299,7 @@ class MarkdownNoteDetail extends React.Component {
} }
render () { render () {
const { data, config, location } = this.props const { data, location } = this.props
const { note, editorType } = this.state const { note, editorType } = this.state
const storageKey = note.storage const storageKey = note.storage
const folderKey = note.folder const folderKey = note.folder