From 4b28b1eb8ee6177a8009b89ac2200b3b753bc5b1 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Fri, 21 Mar 2025 10:55:10 +0900 Subject: feat(frontend): support mobile layout --- frontend/app/components/GolfPlayApp.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/app/components/GolfPlayApp.tsx') diff --git a/frontend/app/components/GolfPlayApp.tsx b/frontend/app/components/GolfPlayApp.tsx index 71b40ce..25b81af 100644 --- a/frontend/app/components/GolfPlayApp.tsx +++ b/frontend/app/components/GolfPlayApp.tsx @@ -55,8 +55,8 @@ export default function GolfPlayApp({ game, player, initialGameState }: Props) { }; const onCodeChange = useDebouncedCallback(async (code: string) => { - console.log("player:c2s:code"); if (game.game_type === "1v1") { + console.log("player:c2s:code"); await apiClient.postGamePlayCode(game.game_id, code); } }, 1000); -- cgit v1.2.3-70-g09d2