diff --git a/components/product/product-view.tsx b/components/product/product-view.tsx index 4b9a311a7..ff22d7939 100644 --- a/components/product/product-view.tsx +++ b/components/product/product-view.tsx @@ -61,6 +61,8 @@ export default function ProductView({ product, relatedProducts }: ProductViewPro currencyCode={price.currencyCode ? price.currencyCode : 'SEK'} /> +

{t('details')}

+ {description && (