diff --git a/frontend/src/app/features/checkout/checkout.component.ts b/frontend/src/app/features/checkout/checkout.component.ts index 8eb90ab..039a8e2 100644 --- a/frontend/src/app/features/checkout/checkout.component.ts +++ b/frontend/src/app/features/checkout/checkout.component.ts @@ -210,7 +210,8 @@ export class CheckoutComponent implements OnInit { }, { labelKey: 'CHECKOUT.SETUP_FEE', - amount: session?.baseSetupCostChf ?? session?.session?.setupCostChf ?? 0, + amount: + session?.baseSetupCostChf ?? session?.session?.setupCostChf ?? 0, }, { label: 'Cambio Ugello',