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 471e015 + 020c4b3 commit 7fecfbaCopy full SHA for 7fecfba
app/src/views/CountryNsOverviewCapacity/index.tsx
@@ -150,7 +150,7 @@ export function Component() {
150
<>
151
<TextOutput
152
label={strings.perTypeOfAssessmentLabel}
153
- value={perProcess.type_of_assessment_details.name}
+ value={perProcess.type_of_assessment_details?.name}
154
/>
155
156
label={strings.perFocalPointLabel}
0 commit comments