MobileSendPopUp 불필요한 코드 삭제

This commit is contained in:
jiwon93.son
2025-09-24 09:44:23 +09:00
parent c21994062a
commit 2f8658c6cb

View File

@@ -397,7 +397,6 @@ export default function MobileSendPopUp({
if (smsTpCd === "APP00204") { if (smsTpCd === "APP00204") {
params = { ...params, curationId }; params = { ...params, curationId };
} }
setTempParam(params);
dispatch(sendSms(params)); dispatch(sendSms(params));
} }
// EVT00101 & APP00207(welcome) EVT00103 & APP00209 (welcome+Prizes) : smsTpCd 값을 받지 않음 // EVT00101 & APP00207(welcome) EVT00103 & APP00209 (welcome+Prizes) : smsTpCd 값을 받지 않음