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.tsx8
1 files changed, 6 insertions, 2 deletions
diff --git a/frontend/app/components/GolfWatchApps/GolfWatchAppGaming.tsx b/frontend/app/components/GolfWatchApps/GolfWatchAppGaming.tsx
index 992ce7a..53d5bce 100644
--- a/frontend/app/components/GolfWatchApps/GolfWatchAppGaming.tsx
+++ b/frontend/app/components/GolfWatchApps/GolfWatchAppGaming.tsx
@@ -1,3 +1,5 @@
+import ExecStatusIndicatorIcon from "../ExecStatusIndicatorIcon";
+
type Props = {
problem: string;
playerInfoA: PlayerInfo;
@@ -128,7 +130,8 @@ export default function GolfWatchAppGaming({
<li key={idx}>
<div>
<div>
- {result.status} {result.label}
+ <ExecStatusIndicatorIcon status={result.status} />{" "}
+ {result.label}
</div>
<div>
{result.stdout}
@@ -160,7 +163,8 @@ export default function GolfWatchAppGaming({
<li key={idx}>
<div>
<div>
- {result.status} {result.label}
+ <ExecStatusIndicatorIcon status={result.status} />{" "}
+ {result.label}
</div>
<div>
{result.stdout}