[DetailPanel] curationNm props 추가
This commit is contained in:
@@ -41,7 +41,7 @@ export default function DetailPanel({ panelInfo, isOnTop, spotlightId }) {
|
||||
const groupInfos = useSelector((state) => state.product.groupInfo);
|
||||
const dispatch = useDispatch();
|
||||
|
||||
const { prdtId, patnrId, curationId, type, bgImgNo } = panelInfo;
|
||||
const { prdtId, patnrId, curationId, curationNm, type, bgImgNo } = panelInfo;
|
||||
|
||||
useEffect(() => {
|
||||
console.log("#panelInfo ", panelInfo);
|
||||
@@ -220,6 +220,7 @@ export default function DetailPanel({ panelInfo, isOnTop, spotlightId }) {
|
||||
selectedIndex={selectedIndex}
|
||||
setSelectedIndex={setSelectedIndex}
|
||||
selectedCurationId={curationId}
|
||||
selectedCurationNm={curationNm}
|
||||
selectedPatnrId={patnrId}
|
||||
themeType={type}
|
||||
launchedFromPlayer={panelInfo.launchedFromPlayer}
|
||||
|
||||
Reference in New Issue
Block a user