Clean up code

This commit is contained in:
Sam Carlton 2020-12-28 14:53:19 -06:00
parent f62f33d98c
commit 64d1ab688b
2 changed files with 1 additions and 4 deletions

View file

@ -52,9 +52,7 @@ export default {
category: app.category, category: app.category,
searchLinks: makeAppSearchLinks(app) searchLinks: makeAppSearchLinks(app)
} }
}), })
// allAppSearchLinks,
// customSummaryNumbers: getListSummaryNumbers(allList)
} }
}, },
components: { components: {

View file

@ -69,7 +69,6 @@ export default {
return { return {
slug, slug,
categoryAppList: filteredList.map( app => { categoryAppList: filteredList.map( app => {
return { return {
name: app.name, name: app.name,
status: app.status, status: app.status,