free agents
This commit is contained in:
@@ -14,10 +14,6 @@ const Header = ({ tournament }: { tournament: Tournament }) => {
|
||||
() => new Date(tournament.start_time),
|
||||
[tournament.start_time]
|
||||
);
|
||||
const teamCount = useMemo(
|
||||
() => tournament.teams?.length || 0,
|
||||
[tournament.teams]
|
||||
);
|
||||
|
||||
return (
|
||||
<Stack align="center" gap={0}>
|
||||
|
||||
Reference in New Issue
Block a user