We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c90057 commit 39d44dcCopy full SHA for 39d44dc
src/app/[countryCode]/(main)/cart/page.tsx
@@ -36,7 +36,7 @@ const fetchCart = async () => {
36
cart.items = enrichedItems as LineItem[]
37
}
38
39
- cart.checkout_step = cart && getCheckoutStep(cart)
+ cart.checkout_step = (cart && getCheckoutStep(cart) || "address")
40
41
return cart
42
0 commit comments