From ed63b93a37c203de3b7e36cc898444e2106edf3b Mon Sep 17 00:00:00 2001 From: yoosangwook Date: Fri, 13 Dec 2024 10:40:56 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=98=85fix:=20=ED=95=84=EC=9A=94=EC=97=86?= =?UTF-8?q?=EB=8A=94=20=EC=BD=94=EB=93=9C=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/hooks/common/useCommonCode.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/hooks/common/useCommonCode.js b/src/hooks/common/useCommonCode.js index bab32007..fc902ef2 100644 --- a/src/hooks/common/useCommonCode.js +++ b/src/hooks/common/useCommonCode.js @@ -39,10 +39,6 @@ export const useCommonCode = () => { return resultCodes } - useEffect(() => { - findCommonCode() - }, [globalLocale]) - useEffect(() => { const getCommonCode = async () => { await promiseGet({ url: '/api/commcode/qc-comm-code' }).then((res) => {