diff --git a/components/CheckListComponent/ButtonsOfTypeA.tsx b/components/CheckListComponent/ButtonsOfTypeA.tsx index 6b2e39d..a1a8b5f 100644 --- a/components/CheckListComponent/ButtonsOfTypeA.tsx +++ b/components/CheckListComponent/ButtonsOfTypeA.tsx @@ -78,7 +78,6 @@ function ButtonsOfTypeA({ isEdit, checkList, setCheckLists, checkLists }: IProps }, ], }); - console.log(checkListContext?.choseCheckListByServer); }; return ( diff --git a/components/CheckListComponent/ButtonsOfTypeB.tsx b/components/CheckListComponent/ButtonsOfTypeB.tsx index 79afbac..e349961 100644 --- a/components/CheckListComponent/ButtonsOfTypeB.tsx +++ b/components/CheckListComponent/ButtonsOfTypeB.tsx @@ -84,7 +84,6 @@ function ButtonsOfTypeB({ isEdit, checkList, setCheckLists, checkLists }: IProps }, ], }); - console.log(checkListContext?.choseCheckListByServer); setNewCheckListElement(''); }; diff --git a/screens/BasicCheckList/BasicInfoOfBasicCheckList.tsx b/screens/BasicCheckList/BasicInfoOfBasicCheckList.tsx index c7402bb..d89ef5f 100644 --- a/screens/BasicCheckList/BasicInfoOfBasicCheckList.tsx +++ b/screens/BasicCheckList/BasicInfoOfBasicCheckList.tsx @@ -40,6 +40,7 @@ function BasicInfoOfBasicCheckList({ isEdit, setIsBottomSheet }: IProps) { const [checkListSummary, setCheckListSummary] = useState({}); const getServerData = async () => { + console.log(checkListContext?.checkListId); try { const serverResponse = await axios.get( `/api/check-list/${checkListContext?.checkListId}/common?mainCategory=기본정보`