sendMobile 로직 수정

This commit is contained in:
고동영
2024-04-19 09:52:05 +09:00
parent 844b697e39
commit ca2f707a47
10 changed files with 113 additions and 26 deletions

View File

@@ -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