fixed lint issues

This commit is contained in:
Raf Ponsaerts
2021-03-04 14:32:14 +01:00
parent 7a1b98ce83
commit 83819c5b18
2 changed files with 21 additions and 21 deletions

View File

@@ -229,7 +229,7 @@ describe('AdminSidebarComponent', () => {
})); }));
}); });
}) });
describe('for site admin', () => { describe('for site admin', () => {
beforeEach(() => { beforeEach(() => {

View File

@@ -301,7 +301,7 @@ export class AdminSidebarComponent extends MenuComponent implements OnInit {
menuList.forEach((menuSection) => this.menuService.addSection(this.menuID, Object.assign(menuSection, { menuList.forEach((menuSection) => this.menuService.addSection(this.menuID, Object.assign(menuSection, {
shouldPersistOnRouteChange: true shouldPersistOnRouteChange: true
}))); })));
}) });
} }
/** /**
@@ -589,7 +589,7 @@ export class AdminSidebarComponent extends MenuComponent implements OnInit {
menuList.forEach((menuSection) => this.menuService.addSection(this.menuID, Object.assign(menuSection, { menuList.forEach((menuSection) => this.menuService.addSection(this.menuID, Object.assign(menuSection, {
shouldPersistOnRouteChange: true, shouldPersistOnRouteChange: true,
}))); })));
}) });
} }
/** /**