From 0bc943a36c9992d1098d92812b19b70d371e6a0d Mon Sep 17 00:00:00 2001 From: nsfisis Date: Thu, 20 Mar 2025 21:16:55 +0900 Subject: feat(frontend): remove "player 1" or "player 2" labels --- .../app/components/GolfWatchApps/GolfWatchAppGaming1v1.tsx | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) (limited to 'frontend/app/components/GolfWatchApps/GolfWatchAppGaming1v1.tsx') diff --git a/frontend/app/components/GolfWatchApps/GolfWatchAppGaming1v1.tsx b/frontend/app/components/GolfWatchApps/GolfWatchAppGaming1v1.tsx index 081212e..f72397d 100644 --- a/frontend/app/components/GolfWatchApps/GolfWatchAppGaming1v1.tsx +++ b/frontend/app/components/GolfWatchApps/GolfWatchAppGaming1v1.tsx @@ -55,7 +55,7 @@ export default function GolfWatchAppGaming1v1({
-
+
{playerProfileA.iconPath && ( )} -
-
Player 1
-
{playerProfileA.displayName}
-
+
{playerProfileA.displayName}
{scoreA}
@@ -86,11 +83,8 @@ export default function GolfWatchAppGaming1v1({
{scoreB}
-
-
-
Player 2
-
{playerProfileB.displayName}
-
+
+
{playerProfileB.displayName}
{playerProfileB.iconPath && (