From a93c441ec4f992ed2f7eeae23fb823b1d152913f Mon Sep 17 00:00:00 2001 From: nsfisis Date: Tue, 11 Mar 2025 01:23:41 +0900 Subject: feat: show user label --- .../app/components/GolfWatchApps/GolfWatchAppGamingMultiplayer.tsx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'frontend/app/components/GolfWatchApps/GolfWatchAppGamingMultiplayer.tsx') diff --git a/frontend/app/components/GolfWatchApps/GolfWatchAppGamingMultiplayer.tsx b/frontend/app/components/GolfWatchApps/GolfWatchAppGamingMultiplayer.tsx index 7a36283..758c589 100644 --- a/frontend/app/components/GolfWatchApps/GolfWatchAppGamingMultiplayer.tsx +++ b/frontend/app/components/GolfWatchApps/GolfWatchAppGamingMultiplayer.tsx @@ -2,6 +2,7 @@ import { useAtomValue } from "jotai"; import type { components } from "../../api/schema"; import { gamingLeftTimeSecondsAtom } from "../../states/watch"; import BorderedContainer from "../BorderedContainer"; +import UserLabel from "../UserLabel"; type RankingEntry = components["schemas"]["RankingEntry"]; @@ -91,6 +92,9 @@ export default function GolfWatchAppGamingMultiplayer({ {entry.player.display_name} + {entry.player.label && ( + + )} {entry.score} -- cgit v1.2.3-70-g09d2