[Log] Log, IF-LGSP-LOG-006 / Product Detail 이력 (logTpNo: “410”) 반영

This commit is contained in:
younghoon100.park
2024-06-05 16:18:55 +09:00
parent b31a795252
commit f6aeea0093
7 changed files with 109 additions and 44 deletions

View File

@@ -329,15 +329,14 @@ export default function DetailPanel({ panelInfo, isOnTop, spotlightId }) {
{/* 테마그룹상품 영역*/}
{curationId && (hotelInfos || themeData) && (
<ThemeProduct
selectedIndex={selectedIndex}
setSelectedIndex={setSelectedIndex}
// isOnTop={isOnTop}
panelInfo={panelInfo}
selectedCurationId={curationId}
selectedCurationNm={curationNm}
selectedIndex={selectedIndex}
selectedPatnrId={patnrId}
logParamsRef={logParamsRef}
setSelectedIndex={setSelectedIndex}
themeType={type}
launchedFromPlayer={panelInfo.launchedFromPlayer}
isOnTop={isOnTop}
/>
)}
</TBody>