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