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 --- frontend/app/components/GolfPlayApps/GolfPlayAppGaming.tsx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'frontend/app/components/GolfPlayApps/GolfPlayAppGaming.tsx') diff --git a/frontend/app/components/GolfPlayApps/GolfPlayAppGaming.tsx b/frontend/app/components/GolfPlayApps/GolfPlayAppGaming.tsx index b1b6f80..0931f73 100644 --- a/frontend/app/components/GolfPlayApps/GolfPlayAppGaming.tsx +++ b/frontend/app/components/GolfPlayApps/GolfPlayAppGaming.tsx @@ -72,12 +72,9 @@ export default function GolfPlayAppGaming({ -
+
{score}
-
-
Player 1
-
{playerProfile.displayName}
-
+
{playerProfile.displayName}
{playerProfile.iconPath && (