aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2024-08-10 23:01:15 +0900
committernsfisis <nsfisis@gmail.com>2024-08-10 23:01:15 +0900
commitcc6985938643fd42c999d40d77af7f3a0f0890b5 (patch)
treee2a58dcf695a2cdc8acbbb3ca686fc5287039010
parent8ce2834a5bd2bbe799f6fab969cc1d9da6bdb588 (diff)
downloadiosdc-japan-2024-albatross-cc6985938643fd42c999d40d77af7f3a0f0890b5.tar.gz
iosdc-japan-2024-albatross-cc6985938643fd42c999d40d77af7f3a0f0890b5.tar.zst
iosdc-japan-2024-albatross-cc6985938643fd42c999d40d77af7f3a0f0890b5.zip
fix(frontend): provide stable key
-rw-r--r--frontend/app/components/GolfWatchApps/GolfWatchAppGaming.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/app/components/GolfWatchApps/GolfWatchAppGaming.tsx b/frontend/app/components/GolfWatchApps/GolfWatchAppGaming.tsx
index 53d5bce..fea81fd 100644
--- a/frontend/app/components/GolfWatchApps/GolfWatchAppGaming.tsx
+++ b/frontend/app/components/GolfWatchApps/GolfWatchAppGaming.tsx
@@ -126,8 +126,8 @@ export default function GolfWatchAppGaming({
<div>
<ol>
{playerInfoA.submissionResult?.verificationResults.map(
- (result, idx) => (
- <li key={idx}>
+ (result) => (
+ <li key={result.testcase_id ?? -1}>
<div>
<div>
<ExecStatusIndicatorIcon status={result.status} />{" "}