diff --git a/html/src/app.js b/html/src/app.js
index f016f8c2..355066ff 100644
--- a/html/src/app.js
+++ b/html/src/app.js
@@ -3361,7 +3361,7 @@ speechSynthesis.getVoices();
methods: {},
watch: {},
el: '#x-app',
- async mounted() {
+ mounted() {
this.checkAppVersion();
API.$on('SHOW_WORLD_DIALOG', (tag) => this.showWorldDialog(tag));
API.$on('SHOW_LAUNCH_DIALOG', (tag) => this.showLaunchDialog(tag));