mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -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: {
|
||||
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 () {
|
||||
return this.appsBeingScanned.filter( appScan => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue