X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fsrc%2Fviews%2FMyGames.vue;h=76879bced1536f94c031f6b66c6608b76bb2035a;hp=d30f5112a3d10f930b3c2cdf8ac6c64aac786fe0;hb=3aa0c7783242b063c9a2890bdd4cf2767859dfca;hpb=4f07d54fac76da08cc40d5742dd359b672c162d8 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); });