diff options
author | Chocobozzz <me@florianbigard.com> | 2020-02-28 13:54:31 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-02-28 13:54:31 +0100 |
commit | 8ada87ac50fc2ba0e07597f9211da8cf4b82a8d0 (patch) | |
tree | d2dc39b6b9716ee13bfa98a867a3b1a4c96a940d | |
parent | d3217560a611b94f888ecf3de93b428a7521d4de (diff) | |
download | PeerTube-8ada87ac50fc2ba0e07597f9211da8cf4b82a8d0.tar.gz PeerTube-8ada87ac50fc2ba0e07597f9211da8cf4b82a8d0.tar.zst PeerTube-8ada87ac50fc2ba0e07597f9211da8cf4b82a8d0.zip |
Fix lint
-rw-r--r-- | client/src/app/menu/menu.component.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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 { | |||
161 | }).subscribe(() => this.authService.refreshUserInformation()) | 161 | }).subscribe(() => this.authService.refreshUserInformation()) |
162 | } | 162 | } |
163 | 163 | ||
164 | langForLocale(localeId: string) { | 164 | langForLocale (localeId: string) { |
165 | return this.languages.find(lang => lang.id = localeId).label | 165 | return this.languages.find(lang => lang.id = localeId).label |
166 | } | 166 | } |
167 | 167 | ||