From 14bbc483fdb338c8e55e77f267ecf0d51415549b Mon Sep 17 00:00:00 2001 From: nsfisis Date: Mon, 22 Jul 2024 04:44:31 +0900 Subject: prettier --- frontend/src/routes/golf/play/apps/Starting.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'frontend/src/routes/golf/play/apps/Starting.tsx') diff --git a/frontend/src/routes/golf/play/apps/Starting.tsx b/frontend/src/routes/golf/play/apps/Starting.tsx index 1c8fadd..ae77853 100644 --- a/frontend/src/routes/golf/play/apps/Starting.tsx +++ b/frontend/src/routes/golf/play/apps/Starting.tsx @@ -7,9 +7,7 @@ type Props = { export default ({ timeLeft }: Props) => { return ( <> -
- 対戦相手が見つかりました。{timeLeft} 秒後にゲームを開始します。 -
+
対戦相手が見つかりました。{timeLeft} 秒後にゲームを開始します。
); -} +}; -- cgit v1.2.3-70-g09d2