From fc206ffe6ce3fa21aa1ad2c80274b15e42289357 Mon Sep 17 00:00:00 2001 From: Valentin Kaelin Date: Sun, 19 Jan 2020 16:18:35 +0100 Subject: [PATCH] fix: timer of the live games if the match is still loading --- client/src/components/Match/LiveMatch.vue | 2 +- client/src/mixins/liveGame.js | 12 +++++++++--- client/src/store/modules/summoner.js | 11 +++++------ client/src/views/Summoner.vue | 4 ++-- client/src/views/SummonerLive.vue | 13 +++---------- 5 files changed, 20 insertions(+), 22 deletions(-) diff --git a/client/src/components/Match/LiveMatch.vue b/client/src/components/Match/LiveMatch.vue index 8518a9c..0e07287 100644 --- a/client/src/components/Match/LiveMatch.vue +++ b/client/src/components/Match/LiveMatch.vue @@ -7,7 +7,7 @@ V S -
{{ gameLength|secToTime(true) }}
+
{{ displayStartTime }}