aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-02-28 13:54:31 +0100
committerChocobozzz <me@florianbigard.com>2020-02-28 13:54:31 +0100
commit8ada87ac50fc2ba0e07597f9211da8cf4b82a8d0 (patch)
treed2dc39b6b9716ee13bfa98a867a3b1a4c96a940d /client/src/app
parentd3217560a611b94f888ecf3de93b428a7521d4de (diff)
downloadPeerTube-8ada87ac50fc2ba0e07597f9211da8cf4b82a8d0.tar.gz
PeerTube-8ada87ac50fc2ba0e07597f9211da8cf4b82a8d0.tar.zst
PeerTube-8ada87ac50fc2ba0e07597f9211da8cf4b82a8d0.zip
Fix lint
Diffstat (limited to 'client/src/app')
-rw-r--r--client/src/app/menu/menu.component.ts2
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