path was failling

This commit is contained in:
Belen Curcio
2020-10-02 14:48:18 -03:00
parent 01f5b460d1
commit da4bca460b
4 changed files with 6 additions and 6 deletions

View File

@@ -16,7 +16,6 @@ interface ProductData {
const ProductCard: FC<Props> = ({ className, productData }) => {
const rootClassName = cn(s.root, className)
console.log(productData)
return (
<div className={rootClassName}>
{/* Overlay */}