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/Gaming.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'frontend/src/routes/golf/watch/apps/Gaming.tsx') diff --git a/frontend/src/routes/golf/watch/apps/Gaming.tsx b/frontend/src/routes/golf/watch/apps/Gaming.tsx index a17b71e..623cb08 100644 --- a/frontend/src/routes/golf/watch/apps/Gaming.tsx +++ b/frontend/src/routes/golf/watch/apps/Gaming.tsx @@ -10,25 +10,25 @@ type Props = { export default ({ problem, scoreA, codeA, scoreB, codeB }: Props) => { return ( <> -
-
+
+
{problem}
-
-
-
- {scoreA} -
+
+
+
{scoreA}
-
{codeA}
+
+                {codeA}
+              
-
-
- {scoreB} -
+
+
{scoreB}
-
{codeB}
+
+                {codeB}
+              
-- cgit v1.2.3-70-g09d2