aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/src/routes/golf/play/apps/Waiting.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/routes/golf/play/apps/Waiting.tsx')
-rw-r--r--frontend/src/routes/golf/play/apps/Waiting.tsx8
1 files changed, 2 insertions, 6 deletions
diff --git a/frontend/src/routes/golf/play/apps/Waiting.tsx b/frontend/src/routes/golf/play/apps/Waiting.tsx
index 8112c22..306978e 100644
--- a/frontend/src/routes/golf/play/apps/Waiting.tsx
+++ b/frontend/src/routes/golf/play/apps/Waiting.tsx
@@ -4,9 +4,5 @@ type Props = {
};
export default (_props: Props) => {
- return (
- <div>
- 対戦相手が現れるのを待っています......
- </div>
- );
-}
+ return <div>対戦相手が現れるのを待っています......</div>;
+};