Fix cpfp observable error
This commit is contained in:
		
							parent
							
								
									4a35ab2fd5
								
							
						
					
					
						commit
						02c77d1604
					
				@ -122,7 +122,11 @@ export class TransactionComponent implements OnInit, AfterViewInit, OnDestroy {
 | 
			
		||||
                }
 | 
			
		||||
              }),
 | 
			
		||||
              delay(2000)
 | 
			
		||||
            )))
 | 
			
		||||
            )),
 | 
			
		||||
            catchError(() => {
 | 
			
		||||
              return of(null);
 | 
			
		||||
            })
 | 
			
		||||
          )
 | 
			
		||||
        ),
 | 
			
		||||
        catchError(() => {
 | 
			
		||||
          return of(null);
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user