From af2d6093e2987ccc597f0be1e97a451858fee933 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 15 Mar 2025 23:53:31 +0900 Subject: refactor(feat): remove unnecessary component property --- frontend/app/components/GolfWatchApp.tsx | 1 - 1 file changed, 1 deletion(-) (limited to 'frontend/app/components/GolfWatchApp.tsx') 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 */} /> ); } -- cgit v1.2.3-70-g09d2