mirror of
https://github.com/mempool/mempool.git
synced 2024-11-20 10:21:52 +01:00
Removing extra character.
This commit is contained in:
parent
e1f07884b9
commit
223288cc52
@ -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…
Reference in New Issue
Block a user