Browse Source

QR code 수정

master
박상현 9 months ago
parent
commit
379b967b5f
  1. 2
      src/components/laanc/LaancQr.js

2
src/components/laanc/LaancQr.js

@ -52,7 +52,7 @@ export default function LaancQr({ isPopUp, setIsPopUp, data, handlerStep }) {
// axios 호출 처리 로직
const handleResponse = (res, type) => {
if (res.data.result === true) {
if (res.data.rspCode === '200') {
// dispatch(LaancAction.LAANC_TS_QR.success(res.data));
setIsPolling(false);
setIsPopUp(false);

Loading…
Cancel
Save