Skip to content
This repository was archived by the owner on Apr 27, 2025. It is now read-only.

Commit f3dc592

Browse files
committed
wip: update
1 parent 9c81a31 commit f3dc592

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/widgets/navbar/tab-section.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ function TabSection() {
4242
icon: Star,
4343
disabled:
4444
selfTeam?.state !== State.Passed ||
45-
new Date(Number(currentGame?.ended_at) * 1000) >
45+
new Date(Number(currentGame?.ended_at) * 1000) <
4646
new Date() ||
47-
new Date(Number(currentGame?.started_at) * 1000) <
47+
new Date(Number(currentGame?.started_at) * 1000) >
4848
new Date(),
4949
},
5050
{

0 commit comments

Comments
 (0)