mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
Allow guests to add to wishlist
This commit is contained in:
@@ -37,6 +37,8 @@ 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