From 6da0f14923aa417e9dc830ce3acee0aec0601769 Mon Sep 17 00:00:00 2001 From: Gandharv Date: Thu, 8 Apr 2021 02:16:27 +0530 Subject: [PATCH] remove spread operator from component --- components/product/ProductCard/ProductCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/product/ProductCard/ProductCard.tsx b/components/product/ProductCard/ProductCard.tsx index ade53380c..8c4c64842 100644 --- a/components/product/ProductCard/ProductCard.tsx +++ b/components/product/ProductCard/ProductCard.tsx @@ -22,7 +22,7 @@ const ProductCard: FC = ({ imgProps, ...props }) => ( - + {variant === 'slim' ? (