85993: small changes and lint fixes

This commit is contained in:
lotte
2021-12-21 16:48:31 +01:00
parent 15dfa3cd82
commit 0e6c3a3a9d
4 changed files with 13 additions and 15 deletions

View File

@@ -88,13 +88,13 @@ export class NavbarComponent extends MenuComponent {
type: MenuItemType.TEXT,
text: 'menu.section.browse_global'
} as TextMenuItemModel,
},)
}
);
}
menuList.forEach((menuSection) => this.menuService.addSection(this.menuID, Object.assign(menuSection, {
shouldPersistOnRouteChange: true
})));
});
}
}