Skip to content

Commit 30899cf

Browse files
authored
Merge branch 'main' into mta-1892
2 parents c045112 + 4316dac commit 30899cf

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

client/public/locales/en/translation.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@
514514
"packages": "Packages",
515515
"review": "Review",
516516
"rules": "Rules",
517-
"rulesTags": "rules tags",
517+
"rulesTags": "rules labels",
518518
"scope": "Scope",
519519
"setTargets": "Set targets",
520520
"source": "Source",

client/src/app/components/questionnaire-summary/questionnaire-summary.tsx

-4
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,6 @@ const QuestionnaireSummary: React.FC<QuestionnaireSummaryProps> = ({
8282
filteredSummaryData?.sections?.flatMap((section) => section.questions) ||
8383
[];
8484

85-
if (!summaryData) {
86-
return <div>No data available.</div>;
87-
}
88-
8985
const dynamicPath = isArchetype
9086
? formatPath(Paths.archetypeAssessmentActions, {
9187
archetypeId: (summaryData as Assessment)?.archetype?.id,

0 commit comments

Comments
 (0)