mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
updates
This commit is contained in:
@@ -57,7 +57,7 @@ const ProductCard: FC<Props> = ({
|
||||
{product.price.currencyCode}
|
||||
</span>
|
||||
</div>
|
||||
{process.env.WISHLIST_ENABLED && (
|
||||
{process.env.COMMERCE_WISHLIST_ENABLED && (
|
||||
<WishlistButton
|
||||
className={s.wishlistButton}
|
||||
productId={product.id}
|
||||
|
Reference in New Issue
Block a user