[SHOPTIME-5817] you may also like themeDetail 로직 수정
This commit is contained in:
@@ -139,8 +139,14 @@ export default function DetailPanel({ panelInfo, isOnTop, spotlightId }) {
|
||||
exclCurationId: panelInfo?.curationId,
|
||||
exclPatnrId: panelInfo?.patnrId,
|
||||
exclPrdtId: panelInfo?.prdtId,
|
||||
catDpTh3: productData?.catDpTh3,
|
||||
catDpTh4: productData?.catDpTh4,
|
||||
catDpTh3:
|
||||
panelInfo?.type === "theme"
|
||||
? themeProductInfos[selectedIndex]?.catDpTh3
|
||||
: productData?.catDpTh3,
|
||||
catDpTh4:
|
||||
panelInfo?.type === "theme"
|
||||
? themeProductInfos[selectedIndex]?.catDpTh4
|
||||
: productData?.catDpTh4,
|
||||
})
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user