From 2cd3c84153234e42fa67f3b25e188e7cb3b8bb40 Mon Sep 17 00:00:00 2001 From: Jelaletdin12 Date: Wed, 4 Feb 2026 10:29:41 +0500 Subject: [PATCH] removed stock --- features/products/components/ProductInfoCard.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 && ( <>