aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/app/components/GolfPlayApps
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-03-20 23:28:39 +0900
committernsfisis <nsfisis@gmail.com>2025-03-20 23:28:39 +0900
commit1afd2781818ef5cba0f018811f12cd8653da10b6 (patch)
treef04146c6e8753b07d6d29765f615ab9094cd3f54 /frontend/app/components/GolfPlayApps
parenta92aa377d536fe67fa1ff485566da38cf94328bb (diff)
downloadphperkaigi-2025-albatross-1afd2781818ef5cba0f018811f12cd8653da10b6.tar.gz
phperkaigi-2025-albatross-1afd2781818ef5cba0f018811f12cd8653da10b6.tar.zst
phperkaigi-2025-albatross-1afd2781818ef5cba0f018811f12cd8653da10b6.zip
fix(frontend): fix state corruption
Diffstat (limited to 'frontend/app/components/GolfPlayApps')
-rw-r--r--frontend/app/components/GolfPlayApps/GolfPlayAppGaming.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/app/components/GolfPlayApps/GolfPlayAppGaming.tsx b/frontend/app/components/GolfPlayApps/GolfPlayAppGaming.tsx
index c4bd772..b9b3159 100644
--- a/frontend/app/components/GolfPlayApps/GolfPlayAppGaming.tsx
+++ b/frontend/app/components/GolfPlayApps/GolfPlayAppGaming.tsx
@@ -2,10 +2,10 @@ import { useAtomValue } from "jotai";
import React, { useRef, useState } from "react";
import { Link } from "react-router";
import {
+ calcCodeSize,
gamingLeftTimeSecondsAtom,
scoreAtom,
statusAtom,
- calcCodeSize,
} from "../../states/play";
import type { PlayerProfile } from "../../types/PlayerProfile";
import BorderedContainer from "../BorderedContainer";