diff --git a/browser/main/NoteList/index.js b/browser/main/NoteList/index.js index 88f3a3e9..7bb3d4e5 100644 --- a/browser/main/NoteList/index.js +++ b/browser/main/NoteList/index.js @@ -339,7 +339,7 @@ class NoteList extends React.Component { let { router } = this.context let { location } = this.props - let targetIndex = 0 + const targetIndex = 0 router.push({ pathname: location.pathname,