mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -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)
|
// const sortedList = list.sort(byTimeThenNull)
|
||||||
|
|
||||||
if (this.category.slug === 'homebrew') {
|
// if (this.category.slug === 'homebrew') {
|
||||||
return filteredList.slice(0, 300)
|
// return filteredList.slice(0, 300)
|
||||||
}
|
// }
|
||||||
|
|
||||||
return filteredList
|
return filteredList
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue