diff --git a/.gitignore b/.gitignore index 5e9454d..34e1bfc 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ node_modules/ dist/ .idea/ package-lock.json +.angular \ No newline at end of file diff --git a/src/app/utils/aggregators.ts b/src/app/utils/aggregators.ts index ed34d13..ee3ab82 100644 --- a/src/app/utils/aggregators.ts +++ b/src/app/utils/aggregators.ts @@ -162,7 +162,7 @@ border-bottom:1px solid #ced4da; } public static getCommunityInfo(): any { - return Portal.getMockCommunityInfo(PortalAggregators.disabled.entities,PortalAggregators.disabled.pages); + return Portal.getMockCommunityInfo(PortalAggregators.eoscInfo.menuId, PortalAggregators.disabled.entities,PortalAggregators.disabled.pages); } }