sendMobile 로직 수정
This commit is contained in:
@@ -42,6 +42,7 @@ export default function ItemDetail() {
|
||||
|
||||
const dispatch = useDispatch();
|
||||
|
||||
console.log("#panels", panels);
|
||||
const getPanelInfo = () => {
|
||||
if (panels) {
|
||||
for (let i = 0; i < panels.length; i++) {
|
||||
@@ -196,7 +197,6 @@ export default function ItemDetail() {
|
||||
setSelectedIndex={setSelectedIndex}
|
||||
/>
|
||||
)}
|
||||
|
||||
{/* 테마그룹상품 영역*/}
|
||||
{selectedCurationId && (
|
||||
<ThemeProduct
|
||||
|
||||
Reference in New Issue
Block a user