mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-23 05:56:10 +08:00
fixed leaderboard always saying time 15
This commit is contained in:
parent
ff825b6265
commit
24cdff472f
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ export function fillTable(lb, prepend) {
|
|||
? "-"
|
||||
: entry.consistency.toFixed(2) + "%"
|
||||
}</div></td>
|
||||
<td class="alignRight">time<br><div class="sub">15</div></td>
|
||||
<td class="alignRight">time<br><div class="sub">${lb}</div></td>
|
||||
<td class="alignRight">${moment(entry.timestamp).format(
|
||||
"DD MMM YYYY"
|
||||
)}<br><div class='sub'>${moment(entry.timestamp).format("HH:mm")}</div></td>
|
||||
|
|
Loading…
Add table
Reference in a new issue