mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-08-23 11:36:19 -05:00
Fix group not showing as completed Closes #1672
This commit is contained in:
@@ -24,6 +24,8 @@ export function RoundRobinBracket({ bracket }: { bracket: BracketType }) {
|
||||
|
||||
return matches.every(
|
||||
(match) =>
|
||||
!match.opponent1 ||
|
||||
!match.opponent2 ||
|
||||
match.opponent1?.result === "win" ||
|
||||
match.opponent2?.result === "win",
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user