Skip to content
Snippets Groups Projects
Commit b0f23409 authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FEAT #15350 TIME 0:10 remove nl lang display

parent ca709fd0
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,7 @@ export class WelcomeComponent implements OnInit {
getLang() {
this.http.get('../rest/dev/lang').pipe(
tap((data: any) => {
this.langs = Object.keys(data.langs);
this.langs = Object.keys(data.langs).filter(lang => lang !== 'nl');
}),
catchError((err: any) => {
this.notify.handleSoftErrors(err);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment