fix: filter
This commit is contained in:
parent
634492ac9f
commit
9ca85e7351
3 changed files with 4 additions and 4 deletions
|
@ -32,7 +32,7 @@ export default {
|
|||
},
|
||||
|
||||
// watching
|
||||
featuredWatching: (watching, count) => shuffleArray(watching.filter(watch => watch.favorite === true)).slice(0, count),
|
||||
featuredWatching: (watching, count) => shuffleArray(watching).slice(0, count),
|
||||
|
||||
// dates
|
||||
isoDateOnly: (date, separator) => {
|
||||
|
|
Reference in a new issue