Skip to content

Commit d368ada

Browse files
committed
Use correct field for GNI per capita ni country profile overview
1 parent d9ea44d commit d368ada

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/lucky-lamps-remain.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"go-web-app": patch
3+
---
4+
5+
Fix GNI per capita in country profile overview

app/src/views/CountryProfileOverview/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ export function Component() {
304304
label={strings.countryIndicatorsCapitaLabel}
305305
prefix="$"
306306
maximumFractionDigits={0}
307-
value={databankResponse?.world_bank_gni}
307+
value={databankResponse?.world_bank_gni_capita}
308308
valueType="number"
309309
strongValue
310310
/>

0 commit comments

Comments
 (0)