regionals on tournament profile

This commit is contained in:
yohlo
2026-03-01 19:49:46 -06:00
parent f6da7be404
commit f49234702c

View File

@@ -161,9 +161,9 @@ export const TournamentStats = memo(({ tournament }: TournamentStatsProps) => {
return (
<Container size="100%" px={0}>
<Stack gap="md">
{tournament.regional && (
{tournament.regional && !hasGroupStage && (
<Alert px="md" variant="light" title="Regional Tournament" icon={<InfoIcon size={16} />}>
Regional tournaments are a work in progress. Some features might not work as expected.
Earlier regional formats aren't supported in the app and order of matches or displayed winners may be unreliable.
</Alert>
)}
{!tournament.regional && <Podium tournament={tournament} />}