mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
path was failling
This commit is contained in:
@@ -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 */}
|
||||
|
Reference in New Issue
Block a user