aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/src/routes/golf/play/apps/Starting.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/routes/golf/play/apps/Starting.tsx')
-rw-r--r--frontend/src/routes/golf/play/apps/Starting.tsx6
1 files changed, 2 insertions, 4 deletions
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 (
<>
- <div>
- 対戦相手が見つかりました。{timeLeft} 秒後にゲームを開始します。
- </div>
+ <div>対戦相手が見つかりました。{timeLeft} 秒後にゲームを開始します。</div>
</>
);
-}
+};