mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-14 15:16:09 -05:00
Fix LUTI chat disappearing
This commit is contained in:
@@ -612,7 +612,10 @@ function StartedMatchTabs({
|
||||
}
|
||||
const oneMonthAgo = new Date();
|
||||
oneMonthAgo.setMonth(oneMonthAgo.getMonth() - 1);
|
||||
if (tournament.ctx.startTime < oneMonthAgo) {
|
||||
if (
|
||||
tournament.ctx.startTime < oneMonthAgo &&
|
||||
!tournament.isLeagueDivision
|
||||
) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user