[지라이슈없음] smsText 결제가능상품이 아닌경우 값 제거
This commit is contained in:
@@ -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}
|
||||
/>
|
||||
)}
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user