[통합로그]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, shelfTitle: shelfTitle,
productId: productId, productId: productId,
productTitle: productName, productTitle: productName,
showId: showId, showId: showId ?? contentId,
showTitle: showTitle, showTitle: showTitle ?? contentTitle,
contentId: contentId,
nowProductId: nowProductId, nowProductId: nowProductId,
nowCategory: nowCategory, nowCategory: nowCategory,
nowProductTitle: nowProductTitle, nowProductTitle: nowProductTitle,
@@ -159,7 +160,7 @@ export default memo(function TItemCard({
} }
} }
}, },
[onClick, disabled, contextName, messageId] [onClick, disabled, contextName, messageId, contentId, contentTitle]
); );
const _onFocus = useCallback(() => { const _onFocus = useCallback(() => {
if (onFocus) { if (onFocus) {