diff --git a/com.twin.app.shoptime/src/views/PlayerPanel/PlayerTabContents/TabContents/ShopNowContents.jsx b/com.twin.app.shoptime/src/views/PlayerPanel/PlayerTabContents/TabContents/ShopNowContents.jsx index 0e96de57..26bc5910 100644 --- a/com.twin.app.shoptime/src/views/PlayerPanel/PlayerTabContents/TabContents/ShopNowContents.jsx +++ b/com.twin.app.shoptime/src/views/PlayerPanel/PlayerTabContents/TabContents/ShopNowContents.jsx @@ -73,8 +73,9 @@ export default function ShopNowContents({ })); // v2 + ShopNow < 3 + YouMayLike 데이터 존재 시 통합 - // for Test => if (version === 2 && youmaylikeInfos && youmaylikeInfos.length > 0) { - if (version === 2 && shopNowInfo.length < 3 && youmaylikeInfos && youmaylikeInfos.length > 0) { + // for Test => + if (version === 2 && youmaylikeInfos && youmaylikeInfos.length > 0) { + // if (version === 2 && shopNowInfo.length < 3 && youmaylikeInfos && youmaylikeInfos.length > 0) { items = items.concat( youmaylikeInfos.map((item) => ({ ...item,