aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/app/components/GolfWatchApp.client.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/app/components/GolfWatchApp.client.tsx')
-rw-r--r--frontend/app/components/GolfWatchApp.client.tsx1
1 files changed, 1 insertions, 0 deletions
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 {