diff --git a/features/products/components/ProductInfoCard.tsx b/features/products/components/ProductInfoCard.tsx index deae423..819cdd9 100644 --- a/features/products/components/ProductInfoCard.tsx +++ b/features/products/components/ProductInfoCard.tsx @@ -47,7 +47,7 @@ export function ProductInfoCard({ )} - {stock !== undefined && ( + {/* {stock !== undefined && ( <>
{t("stock")} @@ -79,7 +79,7 @@ export function ProductInfoCard({
- )} + )} */} {colour && ( <>