This commit is contained in:
Sam Carlton 2020-12-01 23:12:30 -06:00
parent f437441c57
commit 21ca898355

View file

@ -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, 290) return filteredList.slice(0, 300)
} }
return filteredList return filteredList