Removing extra character.
This commit is contained in:
		
							parent
							
								
									bd202299a4
								
							
						
					
					
						commit
						96ad52e5af
					
				@ -47,7 +47,7 @@ export class LanguageSelectorComponent implements OnInit {
 | 
			
		||||
    if (this.stateService.env.BASE_MODULE === 'mempool') {
 | 
			
		||||
      this.document.location.href = `/${language}/${this.stateService.network}`;
 | 
			
		||||
    } else {
 | 
			
		||||
      this.document.location.href = `/${language}}`;
 | 
			
		||||
      this.document.location.href = `/${language}`;
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user