mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
updates
This commit is contained in:
@@ -151,7 +151,7 @@ const ProductView: FC<Props> = ({ product }) => {
|
||||
</Button>
|
||||
</div>
|
||||
</div>
|
||||
{process.env.WISHLIST_ENABLED && (
|
||||
{process.env.COMMERCE_WISHLIST_ENABLED && (
|
||||
<WishlistButton
|
||||
className={s.wishlistButton}
|
||||
productId={product.id}
|
||||
|
Reference in New Issue
Block a user