mirror of
https://github.com/mempool/mempool.git
synced 2025-02-24 06:47:52 +01:00
Fix wrong timespan in acc timeline
This commit is contained in:
parent
70384d8d9f
commit
15b7e75b69
1 changed files with 1 additions and 3 deletions
|
@ -43,12 +43,10 @@ export class AccelerationTimelineComponent implements OnInit, OnChanges {
|
|||
this.poolsData[pool.unique_id] = pool;
|
||||
}
|
||||
});
|
||||
|
||||
this.updateTimes();
|
||||
this.interval = window.setInterval(this.updateTimes.bind(this), 60000);
|
||||
}
|
||||
|
||||
ngOnChanges(changes): void {
|
||||
this.updateTimes();
|
||||
// Hide standard ETA while we don't have a proper standard ETA calculation, see https://github.com/mempool/mempool/issues/65
|
||||
|
||||
// if (changes?.eta?.currentValue || changes?.standardETA?.currentValue || changes?.acceleratedETA?.currentValue) {
|
||||
|
|
Loading…
Add table
Reference in a new issue