Removing extra character.

This commit is contained in:
softsimon 2021-08-07 03:05:54 +03:00
parent e1f07884b9
commit 223288cc52
No known key found for this signature in database
GPG Key ID: 488D7DCFB5A430D7

View File

@ -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}`;
}
}
}