mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 12:57:28 +00:00
fix(matches): ms to s
This commit is contained in:
parent
c24b4fd161
commit
ee0b0d3fe1
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue