We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d363cb3 commit 1bb15afCopy full SHA for 1bb15af
frontend/src/ts/pages/leaderboards.ts
@@ -649,7 +649,7 @@ function fillUser(): void {
649
if (
650
isAuthenticated() &&
651
!isDevEnvironment() &&
652
- (DB.getSnapshot()?.typingStats?.timeTyping ?? 0) < 72000
+ (DB.getSnapshot()?.typingStats?.timeTyping ?? 0) < 7200
653
) {
654
$(".page.pageLeaderboards .bigUser").html(
655
'<div class="warning">Your account must have 2 hours typed to be placed on the leaderboard.</div>'
0 commit comments