]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Fix lint
authorChocobozzz <me@florianbigard.com>
Fri, 28 Feb 2020 12:54:31 +0000 (13:54 +0100)
committerChocobozzz <me@florianbigard.com>
Fri, 28 Feb 2020 12:54:31 +0000 (13:54 +0100)
client/src/app/menu/menu.component.ts

index 5f3dfc52a599acd87ebfb5faecd751090405326b..ce209457ca8d06e609da3e0fe622171ac93d52bb 100644 (file)
@@ -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
   }