diff --git a/frontend/src/pages/tournaments/[id]/dashboard.tsx b/frontend/src/pages/tournaments/[id]/dashboard.tsx
index cd90125b..82ae7847 100644
--- a/frontend/src/pages/tournaments/[id]/dashboard.tsx
+++ b/frontend/src/pages/tournaments/[id]/dashboard.tsx
@@ -14,7 +14,12 @@ function TournamentLogo({ tournamentDataFull }: { tournamentDataFull: Tournament
return ;
}
return tournamentDataFull.logo_path ? (
-
+
) : null;
}