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/GolfPlayApp.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'frontend/app/components/GolfPlayApp.tsx') diff --git a/frontend/app/components/GolfPlayApp.tsx b/frontend/app/components/GolfPlayApp.tsx index e74edc7..6c77f8c 100644 --- a/frontend/app/components/GolfPlayApp.tsx +++ b/frontend/app/components/GolfPlayApp.tsx @@ -136,6 +136,7 @@ export default function GolfPlayApp({ game, player, initialGameState }: Props) { playerProfile={playerProfile} problemTitle={game.problem.title} problemDescription={game.problem.description} + problemLanguage={game.problem.language} sampleCode={game.problem.sample_code} initialCode={initialGameState.code} onCodeChange={onCodeChange} -- cgit v1.3.1