From 4ea6480d522a6672b2af11117a76663d8feced24 Mon Sep 17 00:00:00 2001 From: Sol Irvine Date: Wed, 6 Sep 2023 14:01:02 -0700 Subject: [PATCH] Update modal.tsx --- components/cart/modal.tsx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/components/cart/modal.tsx b/components/cart/modal.tsx index c180effe5..fcaebc89a 100644 --- a/components/cart/modal.tsx +++ b/components/cart/modal.tsx @@ -98,10 +98,12 @@ export default function CartModal({ {!!isConfirming && !!cart && cart?.checkoutUrl ? ( - setIsConfirming(false)} - checkoutUrl={cart.checkoutUrl} - /> +
+ setIsConfirming(false)} + checkoutUrl={cart.checkoutUrl} + /> +
) : ( <> {!cart || cart.lines.length === 0 ? (