Merge branch 'main' into patch-1

This commit is contained in:
Gonzalo Pozzo
2021-09-23 14:45:18 -03:00
committed by GitHub

View File

@@ -58,7 +58,7 @@ const ProductView: FC<ProductViewProps> = ({ product, relatedProducts }) => {
)}
</div>
<ProductSidebar product={product} className={s.sidebar} />
<ProductSidebar key={product.id} product={product} className={s.sidebar} />
</div>
<hr className="mt-7 border-accent-2" />
<section className="py-12 px-6 mb-10">