mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
try limiting list to first 250
This commit is contained in:
parent
02048abfb1
commit
9cf0a248a9
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(200, filteredList.length)
|
||||
return filteredList.slice(0, 250)
|
||||
}
|
||||
|
||||
return filteredList
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue