통합로그 API location 오타 수정
This commit is contained in:
@@ -136,7 +136,7 @@ export default memo(function TItemCard({
|
||||
brand: brandName,
|
||||
price: originalPrice,
|
||||
discount: discountRate,
|
||||
locaiton: order,
|
||||
location: order,
|
||||
category: catNm,
|
||||
contentTitle: contentTitle,
|
||||
curationId: curationId,
|
||||
|
||||
@@ -67,7 +67,7 @@ export default function HomeOnSaleItem({
|
||||
brand: brandName,
|
||||
price: originalPrice,
|
||||
discount: discountRate,
|
||||
locaiton: order,
|
||||
location: order,
|
||||
category: catNm,
|
||||
};
|
||||
dispatch(sendLogTotalRecommend(params));
|
||||
|
||||
@@ -226,7 +226,6 @@ export default function ThemeCurationPanel({ panelInfo, spotlightId }) {
|
||||
index === currentShelfIndex ||
|
||||
(index === 0 && currentShelfIndex === 0)
|
||||
) {
|
||||
console.log("#item", item);
|
||||
const params = {
|
||||
curationId: themeMenuShelfInfo?.curationId,
|
||||
curationTitle: themeMenuShelfInfo?.curationNm,
|
||||
@@ -236,7 +235,6 @@ export default function ThemeCurationPanel({ panelInfo, spotlightId }) {
|
||||
contextName: LOG_CONTEXT_NAME.THEME_CURATION,
|
||||
messageId: LOG_MESSAGE_ID.SHELF,
|
||||
};
|
||||
console.log("###params", params);
|
||||
dispatch(sendLogTotalRecommend(params));
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user