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 21021fc + a4f77ab commit 1ea3032Copy full SHA for 1ea3032
.changeset/witty-tomatoes-compete.md
@@ -0,0 +1,5 @@
1
+---
2
+"go-web-app": patch
3
4
+
5
+Fetch and use latest available WorldBank data in [#571](https://github.com/IFRCGo/go-api/issues/2224)
app/src/views/CountryProfileOverview/index.tsx
@@ -318,7 +318,7 @@ export function Component() {
318
/>
319
<TextOutput
320
label={strings.countryIndicatorsLifeExpectancyLabel}
321
- value={databankResponse?.life_expectancy}
+ value={databankResponse?.world_bank_life_expectancy}
322
valueType="number"
323
strongValue
324
0 commit comments