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,
searchLinks: makeAppSearchLinks(app)
}
}),
// allAppSearchLinks,
// customSummaryNumbers: getListSummaryNumbers(allList)
})
}
},
components: {

View file

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