diff --git a/com.twin.app.shoptime/src/views/DetailPanel/DetailPanel.jsx b/com.twin.app.shoptime/src/views/DetailPanel/DetailPanel.jsx index 4d50d77b..7d5eca12 100644 --- a/com.twin.app.shoptime/src/views/DetailPanel/DetailPanel.jsx +++ b/com.twin.app.shoptime/src/views/DetailPanel/DetailPanel.jsx @@ -480,7 +480,7 @@ export default function DetailPanel({ panelInfo, isOnTop, spotlightId }) { )} - {lgCatCd && youmaylikeData && youmaylikeData.length > 0 && ( + {lgCatCd && youmaylikeData && youmaylikeData.length > 0 && isOnTop && ( - + {isOnTop && ( + + )} ); }, [ themeProductInfo, + isOnTop, thumbnailUrls, imageSelectedIndex, selectedImage,