This commit is contained in:
Sam Carlton 2020-12-01 23:08:18 -06:00
parent 41d78928cc
commit f437441c57

View file

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