diff options
| author | FIN-IT_AndriFP <andrifebriyadiputra@gmail.com> | 2026-01-30 09:36:09 +0700 |
|---|---|---|
| committer | FIN-IT_AndriFP <andrifebriyadiputra@gmail.com> | 2026-01-30 09:36:09 +0700 |
| commit | 5061031d3e2be4efb501809d725c3287fa1ba5e2 (patch) | |
| tree | 2b80307f1141ee981e3c1d3e5305ef16fe3b7ca0 /src-migrate/modules/product-detail/components/ProductDetail.tsx | |
| parent | 0df8e2dc0771853eac3e3db2a3716042681c876e (diff) | |
fix
Diffstat (limited to 'src-migrate/modules/product-detail/components/ProductDetail.tsx')
| -rw-r--r-- | src-migrate/modules/product-detail/components/ProductDetail.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src-migrate/modules/product-detail/components/ProductDetail.tsx b/src-migrate/modules/product-detail/components/ProductDetail.tsx index b6db3f69..832694f6 100644 --- a/src-migrate/modules/product-detail/components/ProductDetail.tsx +++ b/src-migrate/modules/product-detail/components/ProductDetail.tsx @@ -185,7 +185,6 @@ const ProductDetail = ({ product }: Props) => { }, [product, auth]); - // 2. LOGIC FETCH DATA useEffect(() => { const fetchMagentoData = async () => { |
