mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Clean up code
This commit is contained in:
parent
f62f33d98c
commit
64d1ab688b
2 changed files with 1 additions and 4 deletions
|
|
@ -52,9 +52,7 @@ export default {
|
||||||
category: app.category,
|
category: app.category,
|
||||||
searchLinks: makeAppSearchLinks(app)
|
searchLinks: makeAppSearchLinks(app)
|
||||||
}
|
}
|
||||||
}),
|
})
|
||||||
// allAppSearchLinks,
|
|
||||||
// customSummaryNumbers: getListSummaryNumbers(allList)
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
components: {
|
components: {
|
||||||
|
|
|
||||||
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue