From 00c07ba3526b71e95fee9912510221ca47e5a79a Mon Sep 17 00:00:00 2001
From: Benjamin Auder <benjamin.auder@somewhere>
Date: Fri, 21 Feb 2020 14:59:52 +0100
Subject: [PATCH] Fix display when won on time

---
 client/src/views/Game.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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(
-- 
2.44.0