[통합로그]TItemCard showId, title,contentId로그 수정

This commit is contained in:
opacity@t-win.kr
2025-12-05 10:50:18 +09:00
parent 4817a4ad5a
commit 931560dbbb

View File

@@ -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) {