diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-10-25 15:03:53 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-10-25 15:03:53 +0700 |
| commit | c64472c479ec282af9b606a76358922b25752be0 (patch) | |
| tree | 67f75933c4d9a93c00a39b8852ad76fa32e4534d /src/lib/product/components/Product | |
| parent | fc77794a015f8fed5e8af4c9a320ca8b0fbb7d23 (diff) | |
<iman> update revisi CR
Diffstat (limited to 'src/lib/product/components/Product')
| -rw-r--r-- | src/lib/product/components/Product/ProductDesktopVariant.jsx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/lib/product/components/Product/ProductDesktopVariant.jsx b/src/lib/product/components/Product/ProductDesktopVariant.jsx index 2e005eea..32ce345e 100644 --- a/src/lib/product/components/Product/ProductDesktopVariant.jsx +++ b/src/lib/product/components/Product/ProductDesktopVariant.jsx @@ -364,14 +364,16 @@ const ProductDesktopVariant = ({ </button> </div> <div> - <span + <Skeleton + isLoaded={sla} + h='21px' + // w={16} className={ product?.sla?.qty < 10 ? 'text-red-600 font-medium' : '' } > - {' '} Stock : {product?.sla?.qty}{' '} - </span> + </Skeleton> </div> <div> {product?.sla?.qty > 0 && ( |
