mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
Fixed bugs and updated hooks
This commit is contained in:
@@ -36,8 +36,6 @@ const ProductView: FC<Props> = ({ product, productData, className }) => {
|
||||
})
|
||||
}
|
||||
|
||||
console.log('PRODUCT', product)
|
||||
|
||||
return (
|
||||
<div className={cn(s.root, className)}>
|
||||
<div className="absolute">
|
||||
|
Reference in New Issue
Block a user