seed tournament done

This commit is contained in:
yohlo
2025-09-07 11:55:41 -05:00
parent 2396464a19
commit c5d69f1a19
6 changed files with 139 additions and 50 deletions

View File

@@ -17,7 +17,7 @@ export const MatchSlot: React.FC<MatchSlotProps> = ({
seed,
}) => (
<Flex align="stretch">
{seed && <SeedBadge seed={seed} />}
{(seed && seed > 0) ? <SeedBadge seed={seed} /> : undefined}
<Flex p="4px 8px">
{team ? (
<Text size="xs">{team.name}</Text>