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

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