This commit is contained in:
okbel
2021-02-24 14:37:25 -03:00
parent bbfca29217
commit bcd1d46e30
21 changed files with 98 additions and 68 deletions

View File

@@ -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}