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

fix: for ESLint

This commit is contained in:
sota1235
2017-03-21 15:14:03 +09:00
parent 1ab449cecf
commit 1d3e71cf49
5 changed files with 18 additions and 18 deletions

View File

@@ -332,7 +332,7 @@ class NoteList extends React.Component {
}
}
jumpToTop() {
jumpToTop () {
if (this.notes === null || this.notes.length === 0) {
return
}