summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFIN-IT_AndriFP <andrifebriyadiputra@gmail.com>2026-01-30 09:36:09 +0700
committerFIN-IT_AndriFP <andrifebriyadiputra@gmail.com>2026-01-30 09:36:09 +0700
commit5061031d3e2be4efb501809d725c3287fa1ba5e2 (patch)
tree2b80307f1141ee981e3c1d3e5305ef16fe3b7ca0
parent0df8e2dc0771853eac3e3db2a3716042681c876e (diff)
fix
-rw-r--r--src-migrate/modules/product-detail/components/ProductDetail.tsx1
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 () => {