diff --git a/src/pages/Products.tsx b/src/pages/Products.tsx index 658269b..ab3ed1f 100644 --- a/src/pages/Products.tsx +++ b/src/pages/Products.tsx @@ -159,7 +159,7 @@ const Products = () => { - 10 ? 'text-emerald-500' : product.stock > 0 ? 'text-amber-500' : 'text-red-500'}`}> + {product.stock} un.