MobileSendPopUp 롤백
This commit is contained in:
@@ -118,7 +118,6 @@ export default function MobileSendPopUp({
|
|||||||
const [recentSentNumber, setRecentSentNumber] = useState([]);
|
const [recentSentNumber, setRecentSentNumber] = useState([]);
|
||||||
const [keyPadOff, setKeyPadOff] = useState(false);
|
const [keyPadOff, setKeyPadOff] = useState(false);
|
||||||
const [smsRetCode, setSmsRetCode] = useState(undefined);
|
const [smsRetCode, setSmsRetCode] = useState(undefined);
|
||||||
const [tempParams, setTempParam] = useState(null);
|
|
||||||
|
|
||||||
const agreeBtnClickedRef = useRef(false);
|
const agreeBtnClickedRef = useRef(false);
|
||||||
|
|
||||||
@@ -493,8 +492,7 @@ export default function MobileSendPopUp({
|
|||||||
}, [dispatch]);
|
}, [dispatch]);
|
||||||
|
|
||||||
const getSmsErrorMsg = useMemo(() => {
|
const getSmsErrorMsg = useMemo(() => {
|
||||||
// const SMS_ERROR_502 = $L("The event information has not been registered");
|
const SMS_ERROR_502 = $L("The event information has not been registered");
|
||||||
const SMS_ERROR_502 = <pre>${JSON.stringify(tempParams, null, 2)}</pre>;
|
|
||||||
const SMS_ERROR_903 = $L("You have exceeded the daily text limit.");
|
const SMS_ERROR_903 = $L("You have exceeded the daily text limit.");
|
||||||
const SMS_ERROR_904 = $L(
|
const SMS_ERROR_904 = $L(
|
||||||
"You have exceeded the text limit for this product."
|
"You have exceeded the text limit for this product."
|
||||||
|
|||||||
Reference in New Issue
Block a user