mirror of
https://github.com/mempool/mempool.git
synced 2024-11-19 18:03:00 +01:00
Fix accelerated arrow not appearing
This commit is contained in:
parent
aa3fa4478a
commit
e3c4e219f3
@ -213,7 +213,7 @@ export class MempoolBlocksComponent implements OnInit, OnChanges, OnDestroy {
|
||||
}
|
||||
if (state.mempoolPosition) {
|
||||
this.txPosition = state.mempoolPosition;
|
||||
if (this.txPosition.accelerated && !oldTxPosition.accelerated) {
|
||||
if (this.txPosition.accelerated && !oldTxPosition?.accelerated) {
|
||||
this.acceleratingArrow = true;
|
||||
setTimeout(() => {
|
||||
this.acceleratingArrow = false;
|
||||
|
Loading…
Reference in New Issue
Block a user