From: Chocobozzz Date: Fri, 28 Feb 2020 12:54:31 +0000 (+0100) Subject: Fix lint X-Git-Tag: v2.2.0-rc.1~443 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8ada87ac50fc2ba0e07597f9211da8cf4b82a8d0;p=oweals%2Fpeertube.git Fix lint --- diff --git a/client/src/app/menu/menu.component.ts b/client/src/app/menu/menu.component.ts index 5f3dfc52a..ce209457c 100644 --- a/client/src/app/menu/menu.component.ts +++ b/client/src/app/menu/menu.component.ts @@ -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 }