diff --git a/Step/wwwroot/src/components/under-the-hood.vue b/Step/wwwroot/src/components/under-the-hood.vue index d5b71968..094b1ee3 100644 --- a/Step/wwwroot/src/components/under-the-hood.vue +++ b/Step/wwwroot/src/components/under-the-hood.vue @@ -70,6 +70,11 @@ export default { }, showAuto: function(){ let auto = this.$store.getters.getNcSoftKeyStatus(1); + let mdi = this.$store.getters.getNcSoftKeyStatus(2); + let edit = this.$store.getters.getNcSoftKeyStatus(3); + + return ((auto && auto.Value) || (mdi && mdi.Value) || (edit && edit.Value)); + return false; } }, methods: {