Skip to content

Commit

Permalink
97257 Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Koen Pauwels committed Jan 3, 2023
1 parent f3a47d5 commit b372777
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/menu.resolver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ export class MenuResolver implements Resolve<boolean> {
this.authorizationService.isAuthorized(FeatureID.CanSubmit),
this.authorizationService.isAuthorized(FeatureID.CanEditItem),
]).subscribe(([isCollectionAdmin, isCommunityAdmin, isSiteAdmin, canSubmit, canEditItem]) => {
console.log(isCollectionAdmin, isCommunityAdmin, isSiteAdmin, canSubmit, canEditItem);
const newSubMenuList = [
{
id: 'new_community',
Expand Down
Empty file.

0 comments on commit b372777

Please sign in to comment.