mirror of
https://github.com/mempool/mempool.git
synced 2026-08-19 13:18:06 +02:00
Fix error on transaction page when acceleration is disabled
This commit is contained in:
parent
09041c50ef
commit
a498f9205b
1 changed files with 1 additions and 0 deletions
|
|
@ -242,6 +242,7 @@ export class TransactionComponent implements OnInit, AfterViewInit, OnDestroy {
|
|||
});
|
||||
|
||||
this.fetchAccelerationSubscription = this.fetchAcceleration$.pipe(
|
||||
filter(() => this.stateService.env.ACCELERATOR === true),
|
||||
tap(() => {
|
||||
this.accelerationInfo = null;
|
||||
}),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue