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

use String template literal

This commit is contained in:
Sosuke Suzuki
2017-05-20 11:38:09 +09:00
parent b86cdb461a
commit e6047ed383

View File

@@ -173,7 +173,7 @@ class StorageItem extends React.Component {
})
hashHistory.push({
pathname: location.pathname,
query: {key: note.storage + '-' + note.key}
query: {key: `${note.storage}-${note.key}`}
})
})
}