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 ? ( ) : (