diff --git a/src/app/app.component.ts b/src/app/app.component.ts index 2543c79..aa91208 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -187,11 +187,11 @@ export class AppComponent implements OnInit{ '/community-edit-form', false, [], [], {communityId: this.communityId}), items: [] }); - community.items.push({ + /*community.items.push({ rootItem: new MenuItem('communityAffiliations', 'Community Organizations', '/organizations', '/organizations', false, [], [], {communityId: this.communityId}), items: [] - }); + });*/ /*community.items.push({ rootItem: new MenuItem('communityLayout', 'Community Layout', '/community-layout', '/community-layout', false, [], [], {communityId: this.communityId}), diff --git a/src/app/pages/dashboard/dashboard.component.html b/src/app/pages/dashboard/dashboard.component.html index f6676ce..4976ffe 100644 --- a/src/app/pages/dashboard/dashboard.component.html +++ b/src/app/pages/dashboard/dashboard.component.html @@ -13,7 +13,9 @@