mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
Update ProductCard.tsx
This commit is contained in:
@@ -37,8 +37,6 @@ const ProductCard: FC<Props> = ({
|
||||
className
|
||||
)
|
||||
|
||||
console.log(process.env.COMMERCE_PROVIDER)
|
||||
|
||||
return (
|
||||
<Link href={`/product/${product.slug}`}>
|
||||
<a className={rootClassName}>
|
||||
|
Reference in New Issue
Block a user