[buyoption] 로그인 관련 수정

- 뜰때 하이드 팝업 되는 문제로 인해서 멤버십이 안뜨는부분때문에 sethidepopup제거.
This commit is contained in:
junghoon86.park
2025-12-08 18:44:57 +09:00
parent 7507f81c34
commit b040dd8c1c

View File

@@ -1425,8 +1425,6 @@ const BuyOption = ({
setTimeout(() => { setTimeout(() => {
Spotlight.focus('buy-option-buy-now-button'); Spotlight.focus('buy-option-buy-now-button');
}); });
dispatch(setHidePopup());
dispatch(launchMembershipApp()); dispatch(launchMembershipApp());
} else { } else {
dispatch(setShowPopup(Config.ACTIVE_POPUP.qrPopup)); dispatch(setShowPopup(Config.ACTIVE_POPUP.qrPopup));