Skip to content

Commit d98f2d5

Browse files
committed
fix: show amount requested under funding requirements
1 parent 0d0f912 commit d98f2d5

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)