[SHOPTIME-3684] You may also like 간혈적으로 표시 안됨
[수정파일] 1. DetailPanel.jsx [수정내용] 1. lgCatCd가 없는 경우에 youmayalsolike가 뜨지 않도록 수정
This commit is contained in:
@@ -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" ||
|
||||
|
||||
Reference in New Issue
Block a user