From 82d3cf35c3c6b85b48c94dd6301c8bf718669b8d Mon Sep 17 00:00:00 2001 From: nsfisis Date: Fri, 5 Sep 2025 20:52:43 +0900 Subject: feat(frontend): support swift language --- frontend/app/components/GolfWatchApp.tsx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'frontend/app/components/GolfWatchApp.tsx') diff --git a/frontend/app/components/GolfWatchApp.tsx b/frontend/app/components/GolfWatchApp.tsx index a8b4630..41b5a01 100644 --- a/frontend/app/components/GolfWatchApp.tsx +++ b/frontend/app/components/GolfWatchApp.tsx @@ -137,6 +137,7 @@ export default function GolfWatchApp({ playerProfileB={playerProfileB} problemTitle={game.problem.title} problemDescription={game.problem.description} + problemLanguage={game.problem.language} sampleCode={game.problem.sample_code} /> ) : ( @@ -144,6 +145,7 @@ export default function GolfWatchApp({ gameDisplayName={game.display_name} problemTitle={game.problem.title} problemDescription={game.problem.description} + problemLanguage={game.problem.language} sampleCode={game.problem.sample_code} /> ); -- cgit v1.2.3-70-g09d2