fix scrolljacking by #accelerate fragment
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user