From 9d80faf79d09445d4d2ba9eb1a762f2419368438 Mon Sep 17 00:00:00 2001 From: optrader Date: Thu, 13 Nov 2025 15:49:29 +0900 Subject: [PATCH] [251113] fix: LiveShow-YouMayLikeContents Test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit πŸ• 컀밋 μ‹œκ°„: 2025. 11. 13. 15:49:29 πŸ“Š λ³€κ²½ 톡계: β€’ 총 파일: 1개 β€’ μΆ”κ°€: +3쀄 β€’ μ‚­μ œ: -2쀄 πŸ“ μˆ˜μ •λœ 파일: ~ com.twin.app.shoptime/src/views/PlayerPanel/PlayerTabContents/TabContents/ShopNowContents.jsx πŸ”§ μ£Όμš” λ³€κ²½ λ‚΄μš©: β€’ μ½”λ“œ 정리 및 μ΅œμ ν™” --- .../PlayerTabContents/TabContents/ShopNowContents.jsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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,