[251113] fix: LiveShow-YouMayLikeContents Test

🕐 커밋 시간: 2025. 11. 13. 15:49:29

📊 변경 통계:
  • 총 파일: 1개
  • 추가: +3줄
  • 삭제: -2줄

📝 수정된 파일:
  ~ com.twin.app.shoptime/src/views/PlayerPanel/PlayerTabContents/TabContents/ShopNowContents.jsx

🔧 주요 변경 내용:
  • 코드 정리 및 최적화
This commit is contained in:
2025-11-13 15:49:29 +09:00
parent 2290e334d1
commit 9d80faf79d

View File

@@ -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,