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 164dfd1 + c984a09 commit 88f7c51Copy full SHA for 88f7c51
app/src/views/CountryNsOverviewContextAndStructure/NationalSocietyIncomeOverTime/index.tsx
@@ -103,7 +103,7 @@ function NationalSocietyIncomeOverTime(props: Props) {
103
description={(
104
<TextOutput
105
label={strings.nsIncomeOverTimeTooltipTotalLabel}
106
- value={incomeByYear?.[Number(year)].value}
+ value={incomeByYear?.[Number(year)]?.value}
107
suffix=" CHF"
108
valueType="number"
109
strongValue
0 commit comments