[통합로그]FeaturedBrand 정보수집 로그수정

This commit is contained in:
opacity@t-win.kr
2025-12-05 13:23:58 +09:00
parent 516c865c6d
commit f140210234

View File

@@ -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)}`;