Fix navigation-breaking js error on liquid block page
This commit is contained in:
		
							parent
							
								
									763c89363c
								
							
						
					
					
						commit
						30015553d6
					
				@ -439,17 +439,17 @@ export class BlockComponent implements OnInit, OnDestroy {
 | 
			
		||||
 | 
			
		||||
  ngOnDestroy() {
 | 
			
		||||
    this.stateService.markBlock$.next({});
 | 
			
		||||
    this.transactionSubscription.unsubscribe();
 | 
			
		||||
    this.transactionSubscription?.unsubscribe();
 | 
			
		||||
    this.overviewSubscription?.unsubscribe();
 | 
			
		||||
    this.auditSubscription?.unsubscribe();
 | 
			
		||||
    this.keyNavigationSubscription.unsubscribe();
 | 
			
		||||
    this.blocksSubscription.unsubscribe();
 | 
			
		||||
    this.networkChangedSubscription.unsubscribe();
 | 
			
		||||
    this.queryParamsSubscription.unsubscribe();
 | 
			
		||||
    this.timeLtrSubscription.unsubscribe();
 | 
			
		||||
    this.auditSubscription.unsubscribe();
 | 
			
		||||
    this.keyNavigationSubscription?.unsubscribe();
 | 
			
		||||
    this.blocksSubscription?.unsubscribe();
 | 
			
		||||
    this.networkChangedSubscription?.unsubscribe();
 | 
			
		||||
    this.queryParamsSubscription?.unsubscribe();
 | 
			
		||||
    this.timeLtrSubscription?.unsubscribe();
 | 
			
		||||
    this.auditSubscription?.unsubscribe();
 | 
			
		||||
    this.unsubscribeNextBlockSubscriptions();
 | 
			
		||||
    this.childChangeSubscription.unsubscribe();
 | 
			
		||||
    this.childChangeSubscription?.unsubscribe();
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  unsubscribeNextBlockSubscriptions() {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user