mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Fix bad reference on app test page
This commit is contained in:
parent
ab4401786c
commit
f4f1f36e01
1 changed files with 1 additions and 1 deletions
|
|
@ -207,7 +207,7 @@ export default {
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
npm_package_config_verbiage_macs () {
|
npm_package_config_verbiage_macs () {
|
||||||
return this.$config.macsVerbiage //process.env.npm_package_config_verbiage_macs
|
return this.config.macsVerbiage //process.env.npm_package_config_verbiage_macs
|
||||||
},
|
},
|
||||||
foundFiles () {
|
foundFiles () {
|
||||||
return this.appsBeingScanned.filter( appScan => {
|
return this.appsBeingScanned.filter( appScan => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue