[지라이슈없음] smsText 결제가능상품이 아닌경우 값 제거

This commit is contained in:
고동영
2025-02-18 14:00:59 +09:00
parent b3d641fe6d
commit 324a28754f

View File

@@ -528,7 +528,7 @@ export default function DetailPanel({ panelInfo, isOnTop, spotlightId }) {
productPrice={panelInfo?.type === "hotel" && Price()}
shopByMobileLogRef={shopByMobileLogRef}
spotlightId="shopbymobile_Btn"
smsText={detailUrl}
smsText={productInfo?.pmtSuptYn === "Y" ? detailUrl : undefined}
/>
)}
</>