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 b0a4c33 commit a042c42Copy full SHA for a042c42
app/src/views/CountryPreparedness/PrivateCountryPreparedness/index.tsx
@@ -497,7 +497,7 @@ function PrivateCountryPreparedness() {
497
/>
498
<TextOutput
499
label={strings.typeOfAssessmentLabel}
500
- value={perOverview?.type_of_assessment.name}
+ value={perOverview?.type_of_assessment?.name}
501
strongValue
502
503
app/src/views/CountryPreparedness/PublicCountryPreparedness/index.tsx
@@ -204,7 +204,7 @@ function PublicCountryPreparedness() {
204
205
206
label={strings.publicTypeOfAssessmentLabel}
207
- value={perStats?.type_of_assessment.name}
+ value={perStats?.type_of_assessment?.name}
208
209
210
0 commit comments