rules, bracket page
This commit is contained in:
@@ -22,7 +22,7 @@ export const Route = createFileRoute("/_authed/")({
|
||||
function Home() {
|
||||
const { data: tournament } = useCurrentTournament();
|
||||
|
||||
if (!tournament.matches || tournament.matches.length === 0) {
|
||||
if (!tournament.matches || tournament.matches.length !== 0) {
|
||||
return <UpcomingTournament tournament={tournament} />;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user