From 754c2a0e97f0e18ed9b36445e883c38ea9a904f7 Mon Sep 17 00:00:00 2001 From: "HATEC\\SPVDEV001" Date: Wed, 18 Oct 2023 16:10:25 +0700 Subject: feedback testing cr ui - product terjual --- src/lib/product/components/ProductCard.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib') diff --git a/src/lib/product/components/ProductCard.jsx b/src/lib/product/components/ProductCard.jsx index c60e4f87..317d0c32 100644 --- a/src/lib/product/components/ProductCard.jsx +++ b/src/lib/product/components/ProductCard.jsx @@ -125,7 +125,7 @@ const ProductCard = ({ product, simpleTitle, variant = 'vertical' }) => {
{product?.stockTotal > 0 &&
Ready Stock
} {/*
{product?.stockTotal > 5 ? '> 5' : '< 5'}
*/} - {product?.qtySold > 0 &&
{sellingProductFormat(product?.qtySold) + ' Terjual'}
} + {product?.qtySold > 0 &&
{sellingProductFormat(product?.qtySold) + ' Terjual'}
}
@@ -228,7 +228,7 @@ const ProductCard = ({ product, simpleTitle, variant = 'vertical' }) => {
{product?.stockTotal > 0 &&
Ready Stock
} {/*
{product?.stockTotal > 5 ? '> 5' : '< 5'}
*/} - {product?.qtySold > 0 &&
{sellingProductFormat(product?.qtySold) + ' Terjual'}
} + {product?.qtySold > 0 &&
{sellingProductFormat(product?.qtySold) + ' Terjual'}
}
-- cgit v1.2.3