[SHOPTIME-3684] You may also like 간혈적으로 표시 안됨

[수정파일]

  1. DetailPanel.jsx

[수정내용]

  1.  lgCatCd가 없는 경우에 youmayalsolike가 뜨지 않도록 수정
This commit is contained in:
고동영
2024-10-07 15:23:03 +09:00
parent 08a6fd05f9
commit dbf102448f

View File

@@ -476,7 +476,7 @@ export default function DetailPanel({ panelInfo, isOnTop, spotlightId }) {
)}
</TBody>
</TPanel>
{youmaylikeData && youmaylikeData.length > 0 && (
{lgCatCd && youmaylikeData && youmaylikeData.length > 0 && (
<YouMayLike
isUnable={
productData?.pmtSuptYn === "N" ||