From 0765f61a494de1f284042ba56382983d58d5a6f5 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Wed, 21 Aug 2024 01:20:20 +0900 Subject: feat(frontend): partially implement game result --- frontend/app/components/GolfWatchApp.client.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'frontend/app/components/GolfWatchApp.client.tsx') diff --git a/frontend/app/components/GolfWatchApp.client.tsx b/frontend/app/components/GolfWatchApp.client.tsx index e2bc7d4..22f87fa 100644 --- a/frontend/app/components/GolfWatchApp.client.tsx +++ b/frontend/app/components/GolfWatchApp.client.tsx @@ -260,6 +260,7 @@ export default function GolfWatchApp({ playerInfoB={playerInfoB} problemTitle={game.problem.title} problemDescription={game.problem.description} + gameResult={null /* TODO */} /> ); } else { -- cgit v1.2.3-70-g09d2