From fa7755592845a44928e88d2ab78cc04425aa9024 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 4 Aug 2024 14:11:34 +0900 Subject: chore(frontend): format --- frontend/app/routes/golf.$gameId.watch.tsx | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'frontend/app/routes/golf.$gameId.watch.tsx') diff --git a/frontend/app/routes/golf.$gameId.watch.tsx b/frontend/app/routes/golf.$gameId.watch.tsx index 7c623e1..83b7a1a 100644 --- a/frontend/app/routes/golf.$gameId.watch.tsx +++ b/frontend/app/routes/golf.$gameId.watch.tsx @@ -6,15 +6,13 @@ import { ensureUserLoggedIn } from "../.server/auth"; import GolfWatchApp from "../components/GolfWatchApp.client"; import GolfWatchAppConnecting from "../components/GolfWatchApps/GolfWatchAppConnecting"; -export const meta: MetaFunction = ({ data }) => { - return [ - { - title: data - ? `Golf Watching ${data.game.display_name} | iOSDC Japan 2024 Albatross.swift` - : "Golf Watching | iOSDC Japan 2024 Albatross.swift", - }, - ]; -}; +export const meta: MetaFunction = ({ data }) => [ + { + title: data + ? `Golf Watching ${data.game.display_name} | iOSDC Japan 2024 Albatross.swift` + : "Golf Watching | iOSDC Japan 2024 Albatross.swift", + }, +]; export async function loader({ params, request }: LoaderFunctionArgs) { const { token } = await ensureUserLoggedIn(request); -- cgit v1.2.3-70-g09d2