From 5630c073c697c2269b0b0b5a26b1c6cc0d01b55d Mon Sep 17 00:00:00 2001 From: cond0r Date: Thu, 10 Jun 2021 13:55:31 +0300 Subject: [PATCH] Temporary catch operation --- .../product/ProductView/ProductView.tsx | 46 +++++++++---------- 1 file changed, 22 insertions(+), 24 deletions(-) diff --git a/components/product/ProductView/ProductView.tsx b/components/product/ProductView/ProductView.tsx index aab6d0d19..f689030d6 100644 --- a/components/product/ProductView/ProductView.tsx +++ b/components/product/ProductView/ProductView.tsx @@ -61,31 +61,29 @@ const ProductView: FC = ({ product, relatedProducts }) => {
- {relatedProducts.length && ( -
- Related Products -
- {relatedProducts.map((p) => ( -
+ Related Products +
+ {relatedProducts.map((p) => ( +
+ - -
- ))} -
-
- )} + variant="simple" + className="animated fadeIn" + imgProps={{ + width: 300, + height: 300, + }} + /> + + ))} + +