From c21994062acac35f0474cc3f311a9ad0deef8747 Mon Sep 17 00:00:00 2001 From: "jiwon93.son" Date: Wed, 24 Sep 2025 09:37:16 +0900 Subject: [PATCH] =?UTF-8?q?MobileSendPopUp=20=EB=A1=A4=EB=B0=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/MobileSend/MobileSendPopUp.jsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/com.twin.app.shoptime/src/components/MobileSend/MobileSendPopUp.jsx b/com.twin.app.shoptime/src/components/MobileSend/MobileSendPopUp.jsx index 0bfbde1e..6affb377 100644 --- a/com.twin.app.shoptime/src/components/MobileSend/MobileSendPopUp.jsx +++ b/com.twin.app.shoptime/src/components/MobileSend/MobileSendPopUp.jsx @@ -118,7 +118,6 @@ export default function MobileSendPopUp({ const [recentSentNumber, setRecentSentNumber] = useState([]); const [keyPadOff, setKeyPadOff] = useState(false); const [smsRetCode, setSmsRetCode] = useState(undefined); - const [tempParams, setTempParam] = useState(null); const agreeBtnClickedRef = useRef(false); @@ -493,8 +492,7 @@ export default function MobileSendPopUp({ }, [dispatch]); const getSmsErrorMsg = useMemo(() => { - // const SMS_ERROR_502 = $L("The event information has not been registered"); - const SMS_ERROR_502 =
${JSON.stringify(tempParams, null, 2)}
; + const SMS_ERROR_502 = $L("The event information has not been registered"); const SMS_ERROR_903 = $L("You have exceeded the daily text limit."); const SMS_ERROR_904 = $L( "You have exceeded the text limit for this product."