Allow guests to add to wishlist

This commit is contained in:
cond0r
2021-08-10 15:49:04 +03:00
parent bc15597be9
commit 9feeb87b8b
8 changed files with 8 additions and 14 deletions

View File

@@ -37,6 +37,8 @@ const ProductCard: FC<Props> = ({
className
)
console.log(process.env.COMMERCE_PROVIDER)
return (
<Link href={`/product/${product.slug}`}>
<a className={rootClassName}>