feat: update MatchEditor to use tournament-specific scoring rules
This commit is contained in:
@@ -78,7 +78,13 @@ export default async function TournamentResultsPage({ params }: PageProps) {
|
||||
|
||||
{/* Match Editor */}
|
||||
<div className="bg-white shadow rounded-lg p-6">
|
||||
<MatchEditor tournamentId={tournamentId} players={players} matches={matches} />
|
||||
<MatchEditor
|
||||
tournamentId={tournamentId}
|
||||
players={players}
|
||||
matches={matches}
|
||||
targetScore={tournament.targetScore}
|
||||
allowTies={tournament.allowTies}
|
||||
/>
|
||||
</div>
|
||||
|
||||
{/* Existing Matches */}
|
||||
|
||||
Reference in New Issue
Block a user