diff --git a/src/app/utils/aggregators.ts b/src/app/utils/aggregators.ts index 5160784..68009c8 100644 --- a/src/app/utils/aggregators.ts +++ b/src/app/utils/aggregators.ts @@ -57,7 +57,7 @@ export class PortalAggregators { } public static getCommunityInfo(): any { - return Portal.getMockCommunityInfo(PortalAggregators.eoscInfo.menuId, PortalAggregators.disabled.entities,PortalAggregators.disabled.pages); + return Portal.getMockCommunityInfo(PortalAggregators.eoscInfo.menuId, PortalAggregators.eoscInfo.title, PortalAggregators.disabled.entities,PortalAggregators.disabled.pages); } }