mirror of
https://github.com/mempool/mempool.git
synced 2025-02-23 14:40:38 +01:00
fix typo
This commit is contained in:
parent
31c008afa5
commit
ed9f792d21
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ export class RbfTimelineComponent implements OnInit, OnChanges {
|
|||
|
||||
ngOnChanges(changes): void {
|
||||
this.rows = this.buildTimelines(this.replacements);
|
||||
if (changes.txid &&!changes.txid.firstChange && changes.txid.previousVaue !== changes.txid.currentValue) {
|
||||
if (changes.txid && !changes.txid.firstChange && changes.txid.previousValue !== changes.txid.currentValue) {
|
||||
setTimeout(() => { this.scrollToSelected(); });
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue