😅fix: 필요없는 코드 제거

This commit is contained in:
yoosangwook 2024-12-13 10:40:56 +09:00
parent 80f2198af2
commit ed63b93a37

View File

@ -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) => {