themedetail log 수정
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import React, { use, useCallback, useEffect, useMemo, useRef } from "react";
|
||||
import React, { useCallback, useEffect, useMemo, useRef } from "react";
|
||||
|
||||
import { useDispatch, useSelector } from "react-redux";
|
||||
|
||||
|
||||
@@ -317,14 +317,20 @@ const FeaturedBrandsPanel = ({ isOnTop, panelInfo, spotlightId }) => {
|
||||
) {
|
||||
return;
|
||||
}
|
||||
|
||||
const selectedBrand = `${LOG_MENU.FEATURED_BRANDS}/${selectedPatncNm}`;
|
||||
const currentShelf = `${getMenuByContainerId(containerId)}`;
|
||||
|
||||
const menu =
|
||||
selectedBrand && currentShelf && `${selectedBrand} ${currentShelf}`;
|
||||
|
||||
dispatch(sendLogGNB(menu));
|
||||
|
||||
// sortedBrandLayoutInfo.forEach((el) => {
|
||||
// if (el.shptmBrndOptTpNm === currentShelf) {
|
||||
// console.log("###el", el);
|
||||
// }
|
||||
// console.log("###shelfOrder", shelfOrder);
|
||||
// });
|
||||
dispatch(
|
||||
sendLogTotalRecommend({
|
||||
contextName: LOG_CONTEXT_NAME.FEATURED_BRANDS,
|
||||
|
||||
Reference in New Issue
Block a user