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

list tags

This commit is contained in:
Sosuke Suzuki
2017-09-30 16:22:04 +09:00
parent 5248c05e61
commit 3154110de1
4 changed files with 31 additions and 1 deletions

View File

@@ -454,6 +454,7 @@ class NoteList extends React.Component {
}
render () {
console.log(this.props)
let { location, notes, config, dispatch } = this.props
let sortFunc = config.sortBy === 'CREATED_AT'
? sortByCreatedAt