From f0cc2b753518156352108fed078c947f8a83833d Mon Sep 17 00:00:00 2001 From: mojtaba-1180 Date: Thu, 1 Jun 2023 14:49:50 +0330 Subject: [PATCH] [UPDATE] : single product update --- src/pages/user/product/single.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/user/product/single.tsx b/src/pages/user/product/single.tsx index 9ac4f94..51a5224 100644 --- a/src/pages/user/product/single.tsx +++ b/src/pages/user/product/single.tsx @@ -58,7 +58,7 @@ function ProductSingle() { const incriment = () => count < 100 && setcount(count + 1); return ( - + {isFetching || isLoading ? ( ) : (