diff options
Diffstat (limited to 'frontend/app/components/GolfWatchApp.client.tsx')
| -rw-r--r-- | frontend/app/components/GolfWatchApp.client.tsx | 1 |
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 { |
