mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Try removing homebrew filtering
This commit is contained in:
parent
21ca898355
commit
96c1a3a6ae
1 changed files with 3 additions and 3 deletions
|
|
@ -98,9 +98,9 @@ export default {
|
|||
|
||||
// const sortedList = list.sort(byTimeThenNull)
|
||||
|
||||
if (this.category.slug === 'homebrew') {
|
||||
return filteredList.slice(0, 300)
|
||||
}
|
||||
// if (this.category.slug === 'homebrew') {
|
||||
// return filteredList.slice(0, 300)
|
||||
// }
|
||||
|
||||
return filteredList
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue