1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

fixed eslint error

This commit is contained in:
Nguyễn Việt Hưng
2018-04-27 08:25:23 +07:00
parent e88694b049
commit 78957cf128
2 changed files with 2 additions and 2 deletions

View File

@@ -18,4 +18,4 @@ function fetchSnippet (id) {
})
}
module.exports = fetchSnippet
module.exports = fetchSnippet

View File

@@ -158,7 +158,7 @@ class SnippetTab extends React.Component {
rulers={config.editor.rulers}
displayLineNumbers={config.editor.displayLineNumbers}
scrollPastEnd={config.editor.scrollPastEnd}
onRef={ref => this.snippetEditor = ref} />
onRef={ref => { this.snippetEditor = ref }} />
</div>
</div>
</div>