Merge branch 'main' into patch-1

This commit is contained in:
Gonzalo Pozzo 2021-09-23 14:45:18 -03:00 committed by GitHub
commit 54ce048f0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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">