From 7453eaaaf18827209ea296319b8b4bc38bde0950 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 11 Aug 2024 23:11:42 +0900 Subject: feat(frontend): allow users to re-connect --- frontend/app/components/GolfPlayApps/GolfPlayAppStarting.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'frontend/app/components/GolfPlayApps') diff --git a/frontend/app/components/GolfPlayApps/GolfPlayAppStarting.tsx b/frontend/app/components/GolfPlayApps/GolfPlayAppStarting.tsx index 0d60fc9..18e9ffe 100644 --- a/frontend/app/components/GolfPlayApps/GolfPlayAppStarting.tsx +++ b/frontend/app/components/GolfPlayApps/GolfPlayAppStarting.tsx @@ -1,8 +1,10 @@ type Props = { - timeLeft: number; + leftTimeSeconds: number; }; -export default function GolfPlayAppStarting({ timeLeft }: Props) { +export default function GolfPlayAppStarting({ + leftTimeSeconds: timeLeft, +}: Props) { return (
-- cgit v1.2.3-70-g09d2