This commit is contained in:
Sam Carlton 2020-12-01 23:03:23 -06:00
parent 9cf0a248a9
commit 41d78928cc

View file

@ -99,7 +99,7 @@ export default {
// const sortedList = list.sort(byTimeThenNull)
if (this.category.slug === 'homebrew') {
return filteredList.slice(0, 250)
return filteredList.slice(0, 275)
}
return filteredList