themeCurationPael shelfLocation 오타 수정
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user