mirror of
https://github.com/mempool/mempool.git
synced 2024-11-19 01:41:01 +01:00
[accelerator] fix "Go back" button breaking payment flow
This commit is contained in:
parent
8c80358e71
commit
bfe7b996a4
@ -202,6 +202,7 @@ export class AccelerateCheckout implements OnInit, OnDestroy {
|
||||
}
|
||||
|
||||
moveToStep(step: CheckoutStep): void {
|
||||
this.processing = false;
|
||||
this._step = step;
|
||||
if (this.timeoutTimer) {
|
||||
clearTimeout(this.timeoutTimer);
|
||||
|
Loading…
Reference in New Issue
Block a user