From: Benjamin Auder Date: Fri, 21 Feb 2020 13:59:52 +0000 (+0100) Subject: Fix display when won on time X-Git-Url: https://git.auder.net/doc/screen_pairings_scoring.png?a=commitdiff_plain;h=00c07ba3526b71e95fee9912510221ca47e5a79a;p=vchess.git Fix display when won on time --- diff --git a/client/src/views/Game.vue b/client/src/views/Game.vue index 1294d50d..e5b57a97 100644 --- a/client/src/views/Game.vue +++ b/client/src/views/Game.vue @@ -599,7 +599,7 @@ export default { if (countdown < 0) this.gameOver( currentTurn == "w" ? "0-1" : "1-0", - this.st.tr["Time"] + "Time" ); } else this.$set(