From dbf102448fa6d52fcba2a592bc089cf3eaa5c880 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B3=A0=EB=8F=99=EC=98=81?= Date: Mon, 7 Oct 2024 15:23:03 +0900 Subject: [PATCH] =?UTF-8?q?[SHOPTIME-3684]=20You=20may=20also=20like=20?= =?UTF-8?q?=EA=B0=84=ED=98=88=EC=A0=81=EC=9C=BC=EB=A1=9C=20=ED=91=9C?= =?UTF-8?q?=EC=8B=9C=20=EC=95=88=EB=90=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [수정파일] 1. DetailPanel.jsx [수정내용] 1. lgCatCd가 없는 경우에 youmayalsolike가 뜨지 않도록 수정 --- com.twin.app.shoptime/src/views/DetailPanel/DetailPanel.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.twin.app.shoptime/src/views/DetailPanel/DetailPanel.jsx b/com.twin.app.shoptime/src/views/DetailPanel/DetailPanel.jsx index e45b97ad..6a4b4725 100644 --- a/com.twin.app.shoptime/src/views/DetailPanel/DetailPanel.jsx +++ b/com.twin.app.shoptime/src/views/DetailPanel/DetailPanel.jsx @@ -476,7 +476,7 @@ export default function DetailPanel({ panelInfo, isOnTop, spotlightId }) { )} - {youmaylikeData && youmaylikeData.length > 0 && ( + {lgCatCd && youmaylikeData && youmaylikeData.length > 0 && (