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