From 931560dbbb4ef5aad41e8362338689e8806c3c41 Mon Sep 17 00:00:00 2001 From: "opacity@t-win.kr" Date: Fri, 5 Dec 2025 10:50:18 +0900 Subject: [PATCH] =?UTF-8?q?[=ED=86=B5=ED=95=A9=EB=A1=9C=EA=B7=B8]TItemCard?= =?UTF-8?q?=20showId,=20title,contentId=EB=A1=9C=EA=B7=B8=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/TItemCard/TItemCard.jsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/com.twin.app.shoptime/src/components/TItemCard/TItemCard.jsx b/com.twin.app.shoptime/src/components/TItemCard/TItemCard.jsx index c9f2ade4..81267e2e 100644 --- a/com.twin.app.shoptime/src/components/TItemCard/TItemCard.jsx +++ b/com.twin.app.shoptime/src/components/TItemCard/TItemCard.jsx @@ -140,8 +140,9 @@ export default memo(function TItemCard({ shelfTitle: shelfTitle, productId: productId, productTitle: productName, - showId: showId, - showTitle: showTitle, + showId: showId ?? contentId, + showTitle: showTitle ?? contentTitle, + contentId: contentId, nowProductId: nowProductId, nowCategory: nowCategory, nowProductTitle: nowProductTitle, @@ -159,7 +160,7 @@ export default memo(function TItemCard({ } } }, - [onClick, disabled, contextName, messageId] + [onClick, disabled, contextName, messageId, contentId, contentTitle] ); const _onFocus = useCallback(() => { if (onFocus) {