From 0739e200f019b2f5e675f9d6c3bd886b6fc66927 Mon Sep 17 00:00:00 2001 From: Sol Irvine Date: Mon, 21 Aug 2023 09:34:02 +0900 Subject: [PATCH] Update add-to-cart.tsx --- components/cart/add-to-cart.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/cart/add-to-cart.tsx b/components/cart/add-to-cart.tsx index 8788e6383..4c67e6c61 100644 --- a/components/cart/add-to-cart.tsx +++ b/components/cart/add-to-cart.tsx @@ -64,7 +64,7 @@ export function AddToCart({ {!isPending ? ( {availableForSale ? t('cart.add') : t('cart.out-of-stock')} ) : ( - + )} );