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…
x
Reference in New Issue
Block a user