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