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/watch/apps/Waiting.tsx | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'frontend/src/routes/golf/watch/apps/Waiting.tsx') diff --git a/frontend/src/routes/golf/watch/apps/Waiting.tsx b/frontend/src/routes/golf/watch/apps/Waiting.tsx index bd4f567..e8d5390 100644 --- a/frontend/src/routes/golf/watch/apps/Waiting.tsx +++ b/frontend/src/routes/golf/watch/apps/Waiting.tsx @@ -3,9 +3,5 @@ type Props = { }; export default (_props: Props) => { - return ( -
- 対戦相手が現れるのを待っています...... -
- ); -} + return
対戦相手が現れるのを待っています......
; +}; -- cgit v1.2.3-70-g09d2