diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-08-12 01:56:57 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-08-12 01:56:57 +0900 |
| commit | b3d91170662accdd48cdfc42ca2180521b096669 (patch) | |
| tree | a164c5ea9bdcdaaacba6cc0f756e6334c777e549 /frontend/app/components/GolfWatchApp.client.tsx | |
| parent | ab6abc3a7619be89dda1bc3ab0b3f19ff69b575f (diff) | |
| download | phperkaigi-2025-albatross-b3d91170662accdd48cdfc42ca2180521b096669.tar.gz phperkaigi-2025-albatross-b3d91170662accdd48cdfc42ca2180521b096669.tar.zst phperkaigi-2025-albatross-b3d91170662accdd48cdfc42ca2180521b096669.zip | |
refactor: rename verification_steps for consistant naming
Diffstat (limited to 'frontend/app/components/GolfWatchApp.client.tsx')
| -rw-r--r-- | frontend/app/components/GolfWatchApp.client.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/app/components/GolfWatchApp.client.tsx b/frontend/app/components/GolfWatchApp.client.tsx index 7041572..481b997 100644 --- a/frontend/app/components/GolfWatchApp.client.tsx +++ b/frontend/app/components/GolfWatchApp.client.tsx @@ -127,7 +127,7 @@ export default function GolfWatchApp({ ...prev, submitResult: { status: "running", - execResults: game.verification_steps.map((r) => ({ + execResults: game.exec_steps.map((r) => ({ testcase_id: r.testcase_id, status: "running", label: r.label, @@ -217,7 +217,7 @@ export default function GolfWatchApp({ } } }, [ - game.verification_steps, + game.exec_steps, game.started_at, lastJsonMessage, readyState, |
