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.
1 parent d9ea44d commit d368adaCopy full SHA for d368ada
.changeset/lucky-lamps-remain.md
@@ -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
@@ -304,7 +304,7 @@ export function Component() {
304
label={strings.countryIndicatorsCapitaLabel}
305
prefix="$"
306
maximumFractionDigits={0}
307
- value={databankResponse?.world_bank_gni}
+ value={databankResponse?.world_bank_gni_capita}
308
valueType="number"
309
strongValue
310
/>
0 commit comments