diff --git a/teepod/src/console.html b/teepod/src/console.html
index b2c294a..81270ab 100644
--- a/teepod/src/console.html
+++ b/teepod/src/console.html
@@ -890,7 +890,7 @@
Upgrade VM
};
const dashboardAvailable = (vm) => {
- if (!vm.appConfig.features.includes('tproxy-net')) return false;
+ if (!vm.appConfig?.features?.includes('tproxy-net')) return false;
return vm.app_url
};