통합로그 [no.35] now product 정보 수집 안되는 경우 수정

This commit is contained in:
jiwon93.son
2025-10-17 15:08:46 +09:00
parent c0d5cd4e1e
commit 726c556bcd

View File

@@ -521,7 +521,7 @@ export default function DetailPanel({ panelInfo, isOnTop, spotlightId }) {
} }
panelInfo={panelInfo} panelInfo={panelInfo}
setSelectedIndex={setSelectedIndex} setSelectedIndex={setSelectedIndex}
productInfo={productData || themeData} productInfo={productData || themeProductInfos[selectedIndex]}
setIsYouMayLikeOpened={setIsYouMayLikeOpened} setIsYouMayLikeOpened={setIsYouMayLikeOpened}
/> />
)} )}