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

Fix let to const

This commit is contained in:
asmsuechan
2017-03-15 14:06:43 -07:00
parent cec4b3132c
commit dea0c4287b

View File

@@ -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,