mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-09-10 16:48:40 +08:00
fix: daily leaderboards not showing current rank
This commit is contained in:
parent
d363cb3933
commit
1bb15af190
1 changed files with 1 additions and 1 deletions
|
@ -649,7 +649,7 @@ function fillUser(): void {
|
|||
if (
|
||||
isAuthenticated() &&
|
||||
!isDevEnvironment() &&
|
||||
(DB.getSnapshot()?.typingStats?.timeTyping ?? 0) < 72000
|
||||
(DB.getSnapshot()?.typingStats?.timeTyping ?? 0) < 7200
|
||||
) {
|
||||
$(".page.pageLeaderboards .bigUser").html(
|
||||
'<div class="warning">Your account must have 2 hours typed to be placed on the leaderboard.</div>'
|
||||
|
|
Loading…
Add table
Reference in a new issue