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) { |         if (state.mempoolPosition) { | ||||||
|           this.txPosition = state.mempoolPosition; |           this.txPosition = state.mempoolPosition; | ||||||
|           if (this.txPosition.accelerated && !oldTxPosition.accelerated) { |           if (this.txPosition.accelerated && !oldTxPosition?.accelerated) { | ||||||
|             this.acceleratingArrow = true; |             this.acceleratingArrow = true; | ||||||
|             setTimeout(() => { |             setTimeout(() => { | ||||||
|               this.acceleratingArrow = false; |               this.acceleratingArrow = false; | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user