Typo
authorBenjamin Auder <benjamin.auder@somewhere>
Sat, 10 Apr 2021 16:40:20 +0000 (18:40 +0200)
committerBenjamin Auder <benjamin.auder@somewhere>
Sat, 10 Apr 2021 16:40:20 +0000 (18:40 +0200)
client/src/views/MyGames.vue

index d30f511..76879bc 100644 (file)
@@ -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);
       });