From 077701d9f6534c4cd37149e59c6d5cf77f868b0e Mon Sep 17 00:00:00 2001 From: nsfisis Date: Mon, 5 Aug 2024 21:54:52 +0900 Subject: feat(frontend): tweak play page --- frontend/app/components/GolfPlayApps/GolfPlayAppGaming.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'frontend/app/components') diff --git a/frontend/app/components/GolfPlayApps/GolfPlayAppGaming.tsx b/frontend/app/components/GolfPlayApps/GolfPlayAppGaming.tsx index 1a08b98..fdf0e0c 100644 --- a/frontend/app/components/GolfPlayApps/GolfPlayAppGaming.tsx +++ b/frontend/app/components/GolfPlayApps/GolfPlayAppGaming.tsx @@ -38,8 +38,7 @@ export default function GolfPlayAppGaming({
- Score: {currentScore == null ? "-" : `${currentScore}`} ( - {lastExecStatus}) + Score: {currentScore ?? "-"} ({lastExecStatus ?? "-"})