We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0d0f912 + d98f2d5 commit bf3b9b8Copy full SHA for bf3b9b8
app/src/views/CountryProfilePreviousEvents/CountryHistoricalKeyFigures/index.tsx
@@ -70,7 +70,7 @@ function CountryHistoricalKeyFigures(props: Props) {
70
<KeyFigure
71
icon={<FundingIcon />}
72
className={styles.keyFigure}
73
- value={data.amount_funded_dref_included}
+ value={data.amount_requested_dref_included}
74
compactValue
75
label={strings.keyFiguresFundingRequirements}
76
/>
0 commit comments