We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fda33f commit 7a5e0c8Copy full SHA for 7a5e0c8
src/modules/products/components/product-tabs/index.tsx
@@ -63,7 +63,7 @@ const ProductInfoTab = ({ product }: ProductTabsProps) => {
63
<div className="flex flex-col gap-y-4">
64
<div>
65
<span className="font-semibold">Material</span>
66
- <p>{product.origin_country ? product.origin_country : "-"}</p>
+ <p>{product.material ? product.material : "-"}</p>
67
</div>
68
69
<span className="font-semibold">Country of origin</span>
0 commit comments