From ca2864d2bfdcae3b48f4317185f369795bf384c2 Mon Sep 17 00:00:00 2001 From: yoosangwook Date: Wed, 20 Nov 2024 16:46:55 +0900 Subject: [PATCH] =?UTF-8?q?fix:=EC=86=8C=EC=8A=A4=20=EC=BD=94=EB=93=9C=20?= =?UTF-8?q?=EC=9B=90=EB=B3=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/hooks/floorPlan/estimate/useEstimateController.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/hooks/floorPlan/estimate/useEstimateController.js b/src/hooks/floorPlan/estimate/useEstimateController.js index c9bfa59c..de5fe873 100644 --- a/src/hooks/floorPlan/estimate/useEstimateController.js +++ b/src/hooks/floorPlan/estimate/useEstimateController.js @@ -47,8 +47,7 @@ export const useEstimateController = (planNo) => { const { promiseGet, get, post, promisePost } = useAxios(globalLocaleState) const [isLoading, setIsLoading] = useState(false) - // const [state, setState] = useReducer(reducer, defaultEstimateData) - const { estimateContextState, setEstimateContextState } = useContext(FloorPlanContext) + const [state, setState] = useReducer(reducer, defaultEstimateData) const [newState, setNewState] = useState({}) useEffect(() => {