aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/app/components/GolfWatchApps/GolfWatchAppGaming.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/app/components/GolfWatchApps/GolfWatchAppGaming.tsx')
-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} />{" "}