Skip to content

Commit bf3b9b8

Browse files
authored
Merge pull request #1202 from IFRCGo/fix/funding-requirements
Fix show amount requested under funding requirements
2 parents 0d0f912 + d98f2d5 commit bf3b9b8

File tree

1 file changed

+1
-1
lines changed
  • app/src/views/CountryProfilePreviousEvents/CountryHistoricalKeyFigures

1 file changed

+1
-1
lines changed

app/src/views/CountryProfilePreviousEvents/CountryHistoricalKeyFigures/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ function CountryHistoricalKeyFigures(props: Props) {
7070
<KeyFigure
7171
icon={<FundingIcon />}
7272
className={styles.keyFigure}
73-
value={data.amount_funded_dref_included}
73+
value={data.amount_requested_dref_included}
7474
compactValue
7575
label={strings.keyFiguresFundingRequirements}
7676
/>

0 commit comments

Comments
 (0)