fix: filter

This commit is contained in:
Cory Dransfeldt 2024-06-20 15:07:44 -07:00
parent 634492ac9f
commit 9ca85e7351
No known key found for this signature in database
3 changed files with 4 additions and 4 deletions

View file

@ -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) => {