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 164dfd1 commit c984a09Copy full SHA for c984a09
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