diff --git a/app/games/[gameId]/page.tsx b/app/games/[gameId]/page.tsx index 0ffb499..08d341b 100644 --- a/app/games/[gameId]/page.tsx +++ b/app/games/[gameId]/page.tsx @@ -25,7 +25,9 @@ export default function GamePage({ params }: { params: { gameId: string } }) {
Game starting...
) : ( - results.map((result) =>