Recently Viewed, Favorite 상품 클릭시 정보 수집

This commit is contained in:
Dev TWIN0906
2025-05-19 16:36:16 +09:00
parent c66da09b53
commit 248e4d4d7a
4 changed files with 45 additions and 19 deletions

View File

@@ -22,7 +22,6 @@ import {
clearThemeDetail,
getThemeCurationDetailInfo,
getThemeHotelDetailInfo,
updateHomeInfo,
} from "../../actions/homeActions";
import {
getMainCategoryDetail,
@@ -218,18 +217,6 @@ export default function DetailPanel({ panelInfo, isOnTop, spotlightId }) {
);
}
//홈에서 디테일페이지로 진입했을 경우
if (panelInfo.nowShelf) {
dispatch(
updateHomeInfo({
name: panel_names.HOME_PANEL,
panelInfo: {
nowShelf: panelInfo.nowShelf,
},
})
);
}
if (isCancelClick) {
ev.stopPropagation();
}