From 92a2388bd11459fdb32faafafb4d8565ae531bf9 Mon Sep 17 00:00:00 2001 From: Belen Curcio Date: Sun, 10 Jan 2021 14:13:46 -0300 Subject: [PATCH] TS Issues --- .../common/HomeAllProductsGrid/HomeAllProductsGrid.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/components/common/HomeAllProductsGrid/HomeAllProductsGrid.tsx b/components/common/HomeAllProductsGrid/HomeAllProductsGrid.tsx index f19e1586a..d292d0d6b 100644 --- a/components/common/HomeAllProductsGrid/HomeAllProductsGrid.tsx +++ b/components/common/HomeAllProductsGrid/HomeAllProductsGrid.tsx @@ -53,8 +53,10 @@ const Head: FC = ({ categories, brands, newestProducts }) => { key={node.path} product={node} variant="simple" - imgWidth={480} - imgHeight={480} + imgProps={{ + width: 480, + height: 480, + }} /> ))}