diff options
| author | FIN-IT_AndriFP <andrifebriyadiputra@gmail.com> | 2025-12-11 16:23:00 +0700 |
|---|---|---|
| committer | FIN-IT_AndriFP <andrifebriyadiputra@gmail.com> | 2025-12-11 16:23:00 +0700 |
| commit | f77a4beee4e668b26f69a50e318a74ca8dcbbf33 (patch) | |
| tree | a4474781fb0d12d4441d69476ac92bbacbc83572 /src-migrate/modules | |
| parent | d2fb20c30fa3440369807c05d01897eb19483f4c (diff) | |
(andri) fix mapping solr
Diffstat (limited to 'src-migrate/modules')
| -rw-r--r-- | src-migrate/modules/product-detail/components/ProductDetail.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src-migrate/modules/product-detail/components/ProductDetail.tsx b/src-migrate/modules/product-detail/components/ProductDetail.tsx index f06f958a..0f851560 100644 --- a/src-migrate/modules/product-detail/components/ProductDetail.tsx +++ b/src-migrate/modules/product-detail/components/ProductDetail.tsx @@ -69,6 +69,8 @@ const ProductDetail = ({ product }: Props) => { const { isDesktop, isMobile } = useDevice(); const router = useRouter(); const [auth, setAuth] = useState<any>(null); + + console.log('Render ProductDetail for product ID:', product); // State Data dari Magento const [specsMatrix, setSpecsMatrix] = useState<any[]>([]); |
