mirror of
https://github.com/vercel/commerce.git
synced 2025-05-19 16:07:01 +00:00
Merge branch 'sol/mailchimp-fix' into sol/preview
This commit is contained in:
commit
6cec2dbfe3
@ -98,10 +98,12 @@ export default function CartModal({
|
||||
</div>
|
||||
|
||||
{!!isConfirming && !!cart && cart?.checkoutUrl ? (
|
||||
<div className="animate-fadeIn">
|
||||
<AgeGateForm
|
||||
didCancel={() => setIsConfirming(false)}
|
||||
checkoutUrl={cart.checkoutUrl}
|
||||
/>
|
||||
</div>
|
||||
) : (
|
||||
<>
|
||||
{!cart || cart.lines.length === 0 ? (
|
||||
|
Loading…
x
Reference in New Issue
Block a user