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