[통합로그]FeaturedBrand 정보수집 로그수정
This commit is contained in:
@@ -319,10 +319,11 @@ const FeaturedBrandsPanel = ({ isOnTop, panelInfo, spotlightId }) => {
|
||||
return;
|
||||
}
|
||||
|
||||
const templateCode = containerId?.split("-")[0] || containerId;
|
||||
const foundElement = sortedBrandLayoutInfo.find(
|
||||
(el) => el.shptmBrndOptTpCd === containerId
|
||||
(el) => el.shptmBrndOptTpCd === templateCode
|
||||
);
|
||||
const actualShelfOrder = foundElement ? foundElement.expsOrd : null;
|
||||
const actualShelfOrder = foundElement ? foundElement.expsOrd : 0;
|
||||
|
||||
const selectedBrand = `${LOG_MENU.FEATURED_BRANDS}/${selectedPatncNm}`;
|
||||
const currentShelf = `${getMenuByContainerId(containerId)}`;
|
||||
|
||||
Reference in New Issue
Block a user