diff --git a/src/app/checkout/client.tsx b/src/app/checkout/client.tsx index f3727cb..d63ca1f 100644 --- a/src/app/checkout/client.tsx +++ b/src/app/checkout/client.tsx @@ -122,29 +122,31 @@ export default function CheckoutPageClient({ isLoggedIn, customer }: CheckoutPag

Logged in as {customer?.email}