X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fsrc%2Fviews%2FGame.vue;h=703ba18491bd2a63f2ef3c7000df8741bb241933;hp=df5ef6f3c2375a44c7ee64fd3a2774be089a4c8a;hb=b83a675a3066c67cc7843ae27ad8aeffd15b0976;hpb=28b32b4fc7c23b1c72bed68e1897576c5be46c3d diff --git a/client/src/views/Game.vue b/client/src/views/Game.vue index df5ef6f3..703ba184 100644 --- a/client/src/views/Game.vue +++ b/client/src/views/Game.vue @@ -757,7 +757,7 @@ export default { drawSent: this.drawOffer == "sent", rematchSent: this.rematchOffer == "sent", score: this.game.score, - score: this.game.scoreMsg, + scoreMsg: this.game.scoreMsg, movesCount: L, initime: this.game.initime[1 - myIdx] //relevant only if I played };