Fix lint
This commit is contained in:
parent
d3217560a6
commit
8ada87ac50
|
@ -161,7 +161,7 @@ export class MenuComponent implements OnInit {
|
||||||
}).subscribe(() => this.authService.refreshUserInformation())
|
}).subscribe(() => this.authService.refreshUserInformation())
|
||||||
}
|
}
|
||||||
|
|
||||||
langForLocale(localeId: string) {
|
langForLocale (localeId: string) {
|
||||||
return this.languages.find(lang => lang.id = localeId).label
|
return this.languages.find(lang => lang.id = localeId).label
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user