From: Benjamin Auder <benjamin.auder@somewhere>
Date: Sat, 10 Apr 2021 16:40:20 +0000 (+0200)
Subject: Typo
X-Git-Url: https://git.auder.net/images/doc/assets/%7B%7B%20path('fos_user_security_logout')%20%7D%7D?a=commitdiff_plain;h=3aa0c7783242b063c9a2890bdd4cf2767859dfca;p=vchess.git

Typo
---

diff --git a/client/src/views/MyGames.vue b/client/src/views/MyGames.vue
index d30f5112..76879bce 100644
--- a/client/src/views/MyGames.vue
+++ b/client/src/views/MyGames.vue
@@ -88,7 +88,7 @@ export default {
     // st.variants changes only once, at loading from [] to [...]
     "st.variants": function() {
       // Set potential games variant names + display:
-      this.livesGames.concat(this.corrGames).concat(this.importGames)
+      this.liveGames.concat(this.corrGames).concat(this.importGames)
       .forEach(o => {
         if (!o.vname) this.setVname(o);
       });