Fix mockCommunityInfo in aggregators.ts

This commit is contained in:
Konstantinos Triantafyllou 2023-08-04 15:29:02 +03:00
parent 640fe802f5
commit f0f9bb5dd0
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}