fix(matches): ms to s

This commit is contained in:
Kalane 2021-09-11 14:09:25 +02:00
parent c24b4fd161
commit ee0b0d3fe1

View file

@ -156,7 +156,7 @@
<svg class="w-5 h-5 text-blue-200"> <svg class="w-5 h-5 text-blue-200">
<use xlink:href="#stopwatch" /> <use xlink:href="#stopwatch" />
</svg> </svg>
<div class="text-lg font-medium text-teal-400">{{ data.time|secToTime }}</div> <div class="text-lg font-medium text-teal-400">{{ (data.time/1000)|secToTime }}</div>
<Tooltip> <Tooltip>
<template #trigger> <template #trigger>
<div class="text-xs font-medium text-white">{{ data.date }}</div> <div class="text-xs font-medium text-white">{{ data.date }}</div>