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 10:10:56 +0000
committerIT Fixcomart <it@fixcomart.co.id>2024-08-08 10:10:56 +0000
commitc9090a89b775a1e3c2f1e707021e6375eb9f92e3 (patch)
tree85bb4be978ff65714e395a2a58772e098e67fd3f /src-migrate/modules/product-detail/components/ProductDetail.tsx
parentfecff2431477d08d166c34f116972aa090cf463f (diff)
parent616d8ffc973eba673069243ec8981b5234234fe5 (diff)
Merged in Feature/template-switch (pull request #227)
Feature/template switch
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 e4555913..6bd025af 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>