From 56801b0ce0a3dc6a168871681dc00ca4159e90d7 Mon Sep 17 00:00:00 2001 From: yoosangwook Date: Thu, 9 Jan 2025 18:38:58 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A8fix:=20url=20=EB=B3=80=EA=B2=BD?= =?UTF-8?q?=EC=8B=9C=20side=20effect=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/hooks/usePlan.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/hooks/usePlan.js b/src/hooks/usePlan.js index 2898ea03..0f185d3f 100644 --- a/src/hooks/usePlan.js +++ b/src/hooks/usePlan.js @@ -219,9 +219,9 @@ export function usePlan(params = {}) { }, [plans]) // 현재 plan이 변경될 때 마다 현재 plan의 링크로 이동 - useEffect(() => { - handlePlanMove() - }, [currentCanvasPlan]) + // useEffect(() => { + // handlePlanMove() + // }, [currentCanvasPlan]) const setBgImage = () => { // readImage(selectedPlan?.id)