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({