mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
fixed lint issues
This commit is contained in:
@@ -229,7 +229,7 @@ describe('AdminSidebarComponent', () => {
|
||||
}));
|
||||
|
||||
});
|
||||
})
|
||||
});
|
||||
|
||||
describe('for site admin', () => {
|
||||
beforeEach(() => {
|
||||
|
@@ -301,7 +301,7 @@ export class AdminSidebarComponent extends MenuComponent implements OnInit {
|
||||
menuList.forEach((menuSection) => this.menuService.addSection(this.menuID, Object.assign(menuSection, {
|
||||
shouldPersistOnRouteChange: true
|
||||
})));
|
||||
})
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -589,7 +589,7 @@ export class AdminSidebarComponent extends MenuComponent implements OnInit {
|
||||
menuList.forEach((menuSection) => this.menuService.addSection(this.menuID, Object.assign(menuSection, {
|
||||
shouldPersistOnRouteChange: true,
|
||||
})));
|
||||
})
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user