From 5fbae251232a0480587d18e8f1bdeaba289a2f27 Mon Sep 17 00:00:00 2001 From: Cody Seibert Date: Wed, 16 Oct 2024 14:04:16 -0400 Subject: [PATCH] remove auto play --- app/games/[gameId]/page.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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) => ) )}