From db098a558b3f6dd1f014b7b8de61505f42b66b2d Mon Sep 17 00:00:00 2001 From: dongyoungKo Date: Thu, 12 Jun 2025 14:35:15 +0900 Subject: [PATCH] =?UTF-8?q?[HLM=20SHOPTIME-5511]=20=EC=83=81=ED=92=88?= =?UTF-8?q?=EC=9D=84=20=EB=88=8C=EB=A0=80=EC=9D=84=EB=95=8C=20VOD=20?= =?UTF-8?q?=EB=B6=84=EA=B8=B0=EC=B2=98=EB=A6=AC=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../LiveChannelsVerticalContents.jsx | 1 + .../LiveChannelsVerticalProductList.jsx | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/com.twin.app.shoptime/src/views/FeaturedBrandsPanel/LiveChannels/LiveChannelsVerticalContents/LiveChannelsVerticalContents.jsx b/com.twin.app.shoptime/src/views/FeaturedBrandsPanel/LiveChannels/LiveChannelsVerticalContents/LiveChannelsVerticalContents.jsx index da6ae6e4..b8703888 100644 --- a/com.twin.app.shoptime/src/views/FeaturedBrandsPanel/LiveChannels/LiveChannelsVerticalContents/LiveChannelsVerticalContents.jsx +++ b/com.twin.app.shoptime/src/views/FeaturedBrandsPanel/LiveChannels/LiveChannelsVerticalContents/LiveChannelsVerticalContents.jsx @@ -239,6 +239,7 @@ const LiveChannelsVerticalContents = ({ shelfTitle={shelfTitle} catNm={lgCatNm} patnerName={chanNm} + liveYn={liveYn} /> ) : (
diff --git a/com.twin.app.shoptime/src/views/FeaturedBrandsPanel/LiveChannels/LiveChannelsVerticalContents/LiveChannelsVerticalProductList/LiveChannelsVerticalProductList.jsx b/com.twin.app.shoptime/src/views/FeaturedBrandsPanel/LiveChannels/LiveChannelsVerticalContents/LiveChannelsVerticalProductList/LiveChannelsVerticalProductList.jsx index 6e637fdd..2c8534f3 100644 --- a/com.twin.app.shoptime/src/views/FeaturedBrandsPanel/LiveChannels/LiveChannelsVerticalContents/LiveChannelsVerticalProductList/LiveChannelsVerticalProductList.jsx +++ b/com.twin.app.shoptime/src/views/FeaturedBrandsPanel/LiveChannels/LiveChannelsVerticalContents/LiveChannelsVerticalProductList/LiveChannelsVerticalProductList.jsx @@ -38,6 +38,7 @@ export default function LiveChannelsVerticalProductList({ shelfOrder, shelfTitle, spotlightId, + liveYn, }) { const { getScrollTo, scrollTop } = useScrollTo(); @@ -107,7 +108,7 @@ export default function LiveChannelsVerticalProductList({ patnrId, showId, showUrl, - shptmBanrTpNm: "LIVE", + shptmBanrTpNm: liveYn === "Y" ? "LIVE" : "VOD", targetId: "spotlightId-" + prdtId, y, })