From 93db39e0d54f1ba594ddfaf411af3206a752e96c Mon Sep 17 00:00:00 2001 From: htlee Date: Fri, 20 Feb 2026 04:05:01 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=EA=B8=B0=ED=83=80AIS=20=ED=86=A0?= =?UTF-8?q?=EA=B8=80=20=EA=B8=B0=EB=B3=B8=EA=B0=92=20on=EC=9C=BC=EB=A1=9C?= =?UTF-8?q?=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web/src/pages/dashboard/useDashboardState.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/pages/dashboard/useDashboardState.ts b/apps/web/src/pages/dashboard/useDashboardState.ts index 9af5347..72aba8d 100644 --- a/apps/web/src/pages/dashboard/useDashboardState.ts +++ b/apps/web/src/pages/dashboard/useDashboardState.ts @@ -37,7 +37,7 @@ export function useDashboardState(uid: number | null) { uid, 'typeEnabled', { PT: true, 'PT-S': true, GN: true, OT: true, PS: true, FC: true }, ); const [showTargets, setShowTargets] = usePersistedState(uid, 'showTargets', true); - const [showOthers, setShowOthers] = usePersistedState(uid, 'showOthers', false); + const [showOthers, setShowOthers] = usePersistedState(uid, 'showOthers', true); // ── Map settings (persisted) ── // 레거시 베이스맵 비활성 — 향후 위성/라이트 등 추가 시 재활용