From 7214a439008169dcf20c73fa40dabf4fc58ebba3 Mon Sep 17 00:00:00 2001 From: Miqdad Date: Mon, 20 Oct 2025 10:27:49 +0700 Subject: change inc to include --- src/lib/product/components/ProductCard.jsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/lib') diff --git a/src/lib/product/components/ProductCard.jsx b/src/lib/product/components/ProductCard.jsx index db608159..8a1c611c 100644 --- a/src/lib/product/components/ProductCard.jsx +++ b/src/lib/product/components/ProductCard.jsx @@ -235,7 +235,7 @@ const ProductCard = ({ product, simpleTitle, variant = 'vertical' }) => { <> {currencyFormat(product?.lowestPrice.priceDiscount)}
- Inc. PPN:{' '} + Include PPN:{' '} {currencyFormat( product.lowestPrice.priceDiscount * process.env.NEXT_PUBLIC_PPN @@ -260,7 +260,7 @@ const ProductCard = ({ product, simpleTitle, variant = 'vertical' }) => { <> {currencyFormat(product?.lowestPrice.price)}
- Inc. PPN:{' '} + Include PPN:{' '} {currencyFormat( product.lowestPrice.price * process.env.NEXT_PUBLIC_PPN @@ -474,7 +474,7 @@ const ProductCard = ({ product, simpleTitle, variant = 'vertical' }) => { <> {currencyFormat(product?.lowestPrice.priceDiscount)}
- Inc. PPN:{' '} + Include PPN:{' '} {currencyFormat( product.lowestPrice.priceDiscount * process.env.NEXT_PUBLIC_PPN @@ -499,7 +499,7 @@ const ProductCard = ({ product, simpleTitle, variant = 'vertical' }) => { <> {currencyFormat(product?.lowestPrice.price)}
- Inc. PPN:{' '} + Include PPN:{' '} {currencyFormat( product.lowestPrice.price * process.env.NEXT_PUBLIC_PPN @@ -684,7 +684,7 @@ const ProductCard = ({ product, simpleTitle, variant = 'vertical' }) => { <> {currencyFormat(product?.lowestPrice.price)}
- Inc. PPN:{' '} + Include PPN:{' '} {currencyFormat( product.lowestPrice.price * process.env.NEXT_PUBLIC_PPN )} -- cgit v1.2.3