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