aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/app/routes/golf.$gameId.watch.tsx
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-03-15 23:07:40 +0900
committernsfisis <nsfisis@gmail.com>2025-03-15 23:07:40 +0900
commit172b6d3211d040e8d577afda80debce583c3bf7c (patch)
treee62023aebb0924e8ad63c37e2d22f0a50a299eff /frontend/app/routes/golf.$gameId.watch.tsx
parentc2e23841f446489c4d9b7d2b616f3de249159f5f (diff)
downloadiosdc-japan-2025-albatross-172b6d3211d040e8d577afda80debce583c3bf7c.tar.gz
iosdc-japan-2025-albatross-172b6d3211d040e8d577afda80debce583c3bf7c.tar.zst
iosdc-japan-2025-albatross-172b6d3211d040e8d577afda80debce583c3bf7c.zip
feat(frontend): show loaing screen
Diffstat (limited to 'frontend/app/routes/golf.$gameId.watch.tsx')
-rw-r--r--frontend/app/routes/golf.$gameId.watch.tsx2
1 files changed, 0 insertions, 2 deletions
diff --git a/frontend/app/routes/golf.$gameId.watch.tsx b/frontend/app/routes/golf.$gameId.watch.tsx
index 674abc4..42bde52 100644
--- a/frontend/app/routes/golf.$gameId.watch.tsx
+++ b/frontend/app/routes/golf.$gameId.watch.tsx
@@ -11,7 +11,6 @@ import {
import GolfWatchApp from "../components/GolfWatchApp";
import {
rankingAtom,
- setCurrentTimestampAtom,
setDurationSecondsAtom,
setGameStartedAtAtom,
setLatestGameStatesAtom,
@@ -60,7 +59,6 @@ export default function GolfWatch() {
useHydrateAtoms([
[rankingAtom, ranking],
- [setCurrentTimestampAtom, undefined],
[setDurationSecondsAtom, game.duration_seconds],
[setGameStartedAtAtom, game.started_at ?? null],
[setLatestGameStatesAtom, gameStates],