From 20c4d9e8ba120fefca3cc1e91119f55186cc793b Mon Sep 17 00:00:00 2001 From: nsfisis Date: Tue, 23 Jul 2024 21:21:51 +0900 Subject: frontend: format --- frontend/src/routes/golf/watch/apps/Gaming.tsx | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 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 623cb08..3f9c195 100644 --- a/frontend/src/routes/golf/watch/apps/Gaming.tsx +++ b/frontend/src/routes/golf/watch/apps/Gaming.tsx @@ -7,7 +7,13 @@ type Props = { codeB: string | null; }; -export default ({ problem, scoreA, codeA, scoreB, codeB }: Props) => { +export default function Gaming({ + problem, + scoreA, + codeA, + scoreB, + codeB, +}: Props) { return ( <>
@@ -35,4 +41,4 @@ export default ({ problem, scoreA, codeA, scoreB, codeB }: Props) => {
); -}; +} -- cgit v1.2.3-70-g09d2