themeCurationPael shelfLocation 오타 수정

This commit is contained in:
dongyoungKo
2025-05-27 13:10:30 +09:00
parent 3ff713efbc
commit 07003640bb

View File

@@ -226,10 +226,11 @@ export default function ThemeCurationPanel({ panelInfo, spotlightId }) {
index === currentShelfIndex ||
(index === 0 && currentShelfIndex === 0)
) {
console.log("#item", item);
const params = {
curationId: themeMenuShelfInfo?.curationId,
curationTitle: themeMenuShelfInfo?.curationNm,
shelfLocation: item.shelfExpoOrd,
shelfLocation: item.shelfExpsOrd,
shelfId: item.shelfId,
shelfTitle: item.shelfNm,
contextName: LOG_CONTEXT_NAME.THEME_CURATION,