From c889a9ad33374eae03cec5b0358d79016d6fd97e Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 8 Mar 2025 10:32:05 +0900 Subject: show ranking --- frontend/app/routes/golf.$gameId.watch.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 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 0c07633..fed06aa 100644 --- a/frontend/app/routes/golf.$gameId.watch.tsx +++ b/frontend/app/routes/golf.$gameId.watch.tsx @@ -10,11 +10,11 @@ import { } from "../api/client"; import GolfWatchApp from "../components/GolfWatchApp"; import { + rankingAtom, setCurrentTimestampAtom, setDurationSecondsAtom, setGameStartedAtAtom, setLatestGameStatesAtom, - setRankingAtom, } from "../states/watch"; export const meta: MetaFunction = ({ data }) => [ @@ -59,10 +59,10 @@ export default function GolfWatch() { useLoaderData(); useHydrateAtoms([ + [rankingAtom, ranking], [setCurrentTimestampAtom, undefined], [setDurationSecondsAtom, game.duration_seconds], [setGameStartedAtAtom, game.started_at ?? null], - [setRankingAtom, ranking], [setLatestGameStatesAtom, gameStates], ]); -- cgit v1.2.3-70-g09d2