aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/app/components/GolfWatchApp.tsx
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-03-15 23:53:31 +0900
committernsfisis <nsfisis@gmail.com>2025-03-15 23:53:31 +0900
commitaf2d6093e2987ccc597f0be1e97a451858fee933 (patch)
tree2c291a8c5fd396e6d72bde9635e49c0cebf0f55c /frontend/app/components/GolfWatchApp.tsx
parent830010167d44b2419344fa2b6c81a137948a0f94 (diff)
downloadphperkaigi-2025-albatross-af2d6093e2987ccc597f0be1e97a451858fee933.tar.gz
phperkaigi-2025-albatross-af2d6093e2987ccc597f0be1e97a451858fee933.tar.zst
phperkaigi-2025-albatross-af2d6093e2987ccc597f0be1e97a451858fee933.zip
refactor(feat): remove unnecessary component property
Diffstat (limited to 'frontend/app/components/GolfWatchApp.tsx')
-rw-r--r--frontend/app/components/GolfWatchApp.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/frontend/app/components/GolfWatchApp.tsx b/frontend/app/components/GolfWatchApp.tsx
index 5cbec3d..5f23cdd 100644
--- a/frontend/app/components/GolfWatchApp.tsx
+++ b/frontend/app/components/GolfWatchApp.tsx
@@ -139,7 +139,6 @@ export default function GolfWatchApp({ game }: Props) {
problemTitle={game.problem.title}
problemDescription={game.problem.description}
sampleCode={game.problem.sample_code}
- gameResult={null /* TODO */}
/>
);
}