From ee0b0d3fe134e9af5648e7e004a971e54f168a1e Mon Sep 17 00:00:00 2001 From: Kalane Date: Sat, 11 Sep 2021 14:09:25 +0200 Subject: [PATCH] fix(matches): ms to s --- client/src/components/Match/Match.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/Match/Match.vue b/client/src/components/Match/Match.vue index 8c4a350..682cda9 100644 --- a/client/src/components/Match/Match.vue +++ b/client/src/components/Match/Match.vue @@ -156,7 +156,7 @@ -
{{ data.time|secToTime }}
+
{{ (data.time/1000)|secToTime }}