summaryrefslogtreecommitdiff
path: root/src-migrate/modules/product-detail/components/ProductDetail.tsx
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-08-08 17:09:56 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-08-08 17:09:56 +0700
commit616d8ffc973eba673069243ec8981b5234234fe5 (patch)
treebd3aac41921bbad8959e0c4b6b083aabd7d097e3 /src-migrate/modules/product-detail/components/ProductDetail.tsx
parentbd62835db7dc521a17d6b0aea81badaae6ade95c (diff)
<iman> add similar product template
Diffstat (limited to 'src-migrate/modules/product-detail/components/ProductDetail.tsx')
-rw-r--r--src-migrate/modules/product-detail/components/ProductDetail.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src-migrate/modules/product-detail/components/ProductDetail.tsx b/src-migrate/modules/product-detail/components/ProductDetail.tsx
index fad35a7d..f5feae76 100644
--- a/src-migrate/modules/product-detail/components/ProductDetail.tsx
+++ b/src-migrate/modules/product-detail/components/ProductDetail.tsx
@@ -178,7 +178,7 @@ const ProductDetail = ({ product }: Props) => {
<div className='h-6' />
<LazyLoadComponent>
- <SimilarBottom product={product} />
+ <SimilarBottom product={product} source={'bottom'}/>
</LazyLoadComponent>
</div>