This commit is contained in:
Inkception 2024-10-27 03:08:37 +01:00
parent 18f19a84b8
commit 3cce45f7ef

View File

@ -77,8 +77,8 @@ function defineSplatfestRegionStore(region) {
return {
...fest,
isTricolorActive: fest.tricolorStages ? time.isActive(fest.startTime, fest.endTime) : time.isActive(time.midtermTime, time.endTime),
startTime: fest.tricolorStages ? fest.startTime : fest.midtermTime,
isTricolorActive: time.isActive(fest.midtermTime, fest.endTime),
startTime: fest.midtermTime,
endTime: fest.endTime,
};
});