From 08c8177ab6e490324b72ff7244f86f4c1077605f Mon Sep 17 00:00:00 2001 From: "opacity@t-win.kr" Date: Mon, 17 Nov 2025 10:57:17 +0900 Subject: [PATCH] =?UTF-8?q?Revert=20"TVPLAT-783095=20=ED=86=B5=ED=95=A9?= =?UTF-8?q?=EB=A1=9C=EA=B7=B8=20popularproductlist=20vod=20=ED=81=B4?= =?UTF-8?q?=EB=A6=AD=EC=8B=9C=20showid,=20showtitle=20=EC=82=AD=EC=A0=9C"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 78801fdf989a80ea7c1a2e0a41b5f2ba9ad12e4d. --- com.twin.app.shoptime/src/components/TItemCard/TItemCard.jsx | 4 ++-- .../PopularShowVerticalContents/PopularProductList.jsx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/com.twin.app.shoptime/src/components/TItemCard/TItemCard.jsx b/com.twin.app.shoptime/src/components/TItemCard/TItemCard.jsx index d4ef165a..e5e3049b 100644 --- a/com.twin.app.shoptime/src/components/TItemCard/TItemCard.jsx +++ b/com.twin.app.shoptime/src/components/TItemCard/TItemCard.jsx @@ -137,8 +137,8 @@ export default memo(function TItemCard({ shelfTitle: shelfTitle, productId: productId, productTitle: productName, - showId: type !== "videoShow" ? showId : null, - showTitle: type !== "videoShow" ? showTitle : null, + showId: showId, + showTitle: shelfTitle.includes("LIVE") ? contentTitle : showTitle, nowProductId: nowProductId, nowCategory: nowCategory, nowProductTitle: nowProductTitle, diff --git a/com.twin.app.shoptime/src/views/TrendingNowPanel/PopularShow/PopularShowVerticalContents/PopularProductList.jsx b/com.twin.app.shoptime/src/views/TrendingNowPanel/PopularShow/PopularShowVerticalContents/PopularProductList.jsx index 2013b85b..64ae51a4 100644 --- a/com.twin.app.shoptime/src/views/TrendingNowPanel/PopularShow/PopularShowVerticalContents/PopularProductList.jsx +++ b/com.twin.app.shoptime/src/views/TrendingNowPanel/PopularShow/PopularShowVerticalContents/PopularProductList.jsx @@ -57,8 +57,8 @@ const PopularProductList = ({ index < 2 ? 0 : index === 2 - ? scaleH(208) - : scaleH(index * 248 - 248 - 40); + ? scaleH(208) + : scaleH(index * 248 - 248 - 40); dispatch( startVideoPlayer({