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}