minor cleanup

This commit is contained in:
yohlo
2025-09-21 11:38:10 -05:00
parent 1027b49258
commit fc3f626313
4 changed files with 8 additions and 4 deletions

View File

@@ -69,8 +69,8 @@ const StartedTournament: React.FC<{ tournament: Tournament }> = ({
to={`/tournaments/${tournament.id}/bracket`}
Icon={TreeStructureIcon}
/>
<RulesListButton tournamentId={tournament.id} />
<TeamListButton teams={tournament.teams || []} />
<RulesListButton tournamentId={tournament.id} />
</Box>
</Stack>
);