mirror of https://github.com/Chocobozzz/PeerTube
Fix lint
parent
d3217560a6
commit
8ada87ac50
|
@ -161,7 +161,7 @@ export class MenuComponent implements OnInit {
|
|||
}).subscribe(() => this.authService.refreshUserInformation())
|
||||
}
|
||||
|
||||
langForLocale(localeId: string) {
|
||||
langForLocale (localeId: string) {
|
||||
return this.languages.find(lang => lang.id = localeId).label
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue