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

Game starting...

) : ( - results.map((result) => ( - - )) + results.map((result) => ) )}