[통합로그]TItemCard showId, title,contentId로그 수정
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user