fix scrolljacking by #accelerate fragment

This commit is contained in:
Mononaut
2024-06-27 06:42:31 +00:00
parent 9fe44bd6ba
commit d7acd389bf
2 changed files with 5 additions and 5 deletions

View File

@@ -24,7 +24,7 @@ export class AccelerateCheckout implements OnInit, OnDestroy {
@Output() close = new EventEmitter<null>();
calculating = true;
choosenOption: 'wait' | 'accelerate';
choosenOption: 'wait' | 'accel';
error = '';
step: 'paymentMethod' | 'cta' | 'checkout' | 'processing' = 'cta';