diff --git a/components/product/ProductCard/ProductCard.tsx b/components/product/ProductCard/ProductCard.tsx index 44ceb91cd..c5928c115 100644 --- a/components/product/ProductCard/ProductCard.tsx +++ b/components/product/ProductCard/ProductCard.tsx @@ -19,8 +19,6 @@ interface ProductData { } const ProductCard: FC = ({ className, node: p, variant }) => { - const rootClassName = cn(s.root, className) - if (variant === 'slim') { return (
@@ -39,7 +37,7 @@ const ProductCard: FC = ({ className, node: p, variant }) => { return ( -
+
= ({ className, node: p, variant }) => {
-
+ ) }