mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Try slicing homebrew list to after 200
This commit is contained in:
parent
b98324a717
commit
02048abfb1
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ 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, 200)
|
return filteredList.slice(200, filteredList.length)
|
||||||
}
|
}
|
||||||
|
|
||||||
return filteredList
|
return filteredList
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue