📌fix: 오타 수정

This commit is contained in:
yoosangwook 2025-02-08 16:56:45 +09:00
parent dce947a636
commit 6966e694fe

View File

@ -16,8 +16,6 @@ export function useCanvasPopupStatusController(param = 1) {
const [moduleSelectionDataStore, setModuleSelectionDataStore] = useRecoilState(moduleSelectionDataState)
const { getFetcher, postFetcher } = useAxios()
const [moduleSelectionTotal, setModuleSelectionTotal] = useRecoilState(moduleSelectionTotalState)
const currentCanvasPlan = useRecoilValue(currentCanvasPlanState)
// console.log('🚀 ~ Orientation ~ currentCanvasPlan:', currentCanvasPlan)