From ba3815459c9c1439a3bcfeb5b7dd8295e15f6bf1 Mon Sep 17 00:00:00 2001 From: StephDietz Date: Tue, 11 Jul 2023 09:39:39 -0500 Subject: [PATCH] hide plus icon when pending --- components/cart/add-to-cart.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/components/cart/add-to-cart.tsx b/components/cart/add-to-cart.tsx index b145f57a2..504733087 100644 --- a/components/cart/add-to-cart.tsx +++ b/components/cart/add-to-cart.tsx @@ -57,9 +57,7 @@ export function AddToCart({ } )} > -
- -
+
{!isPending ? : null}
{availableForSale ? 'Add To Cart' : 'Out Of Stock'} {isPending ? : null}