Skip to content

Commit

Permalink
fix report using funding data for capabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
Trombach committed Nov 29, 2022
1 parent ab1732e commit b166810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reports/pagesPerOrgUnit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ function mapData(data: GetPagesPerOrgUnitQuery): HeaderTitleRow[] {
Software: item?.linkedFrom?.softwareCollection?.total ?? 0,
SubHubs: item?.linkedFrom?.subHubCollection?.total ?? 0,
"Funding Pages": item?.linkedFrom?.fundingCollection?.total ?? 0,
Capabilities: item?.linkedFrom?.fundingCollection?.total ?? 0
Capabilities: item?.linkedFrom?.capabilityCollection?.total ?? 0
};

return row;
Expand Down

0 comments on commit b166810

Please sign in to comment.