From 1410c6a23afaf907b27a201bdc1812130c117eaf Mon Sep 17 00:00:00 2001 From: N Pex Date: Thu, 21 Apr 2022 08:06:53 +0000 Subject: [PATCH] Null current status text on language change (join page) --- src/components/Join.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/Join.vue b/src/components/Join.vue index 268d0c6..f257320 100644 --- a/src/components/Join.vue +++ b/src/components/Join.vue @@ -272,6 +272,10 @@ export default { } }, }, + activeLanguage() { + // Null status on language change, we don't know what status we are in so we can't get the right string. + this.loadingMessage = null; + } }, methods: { getRoomInfo() {