Skip to content

Commit

Permalink
Merge branch 'main' into mta-1892
Browse files Browse the repository at this point in the history
  • Loading branch information
ibolton336 authored Dec 18, 2023
2 parents c045112 + 4316dac commit 30899cf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion client/public/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@
"packages": "Packages",
"review": "Review",
"rules": "Rules",
"rulesTags": "rules tags",
"rulesTags": "rules labels",
"scope": "Scope",
"setTargets": "Set targets",
"source": "Source",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,6 @@ const QuestionnaireSummary: React.FC<QuestionnaireSummaryProps> = ({
filteredSummaryData?.sections?.flatMap((section) => section.questions) ||
[];

if (!summaryData) {
return <div>No data available.</div>;
}

const dynamicPath = isArchetype
? formatPath(Paths.archetypeAssessmentActions, {
archetypeId: (summaryData as Assessment)?.archetype?.id,
Expand Down

0 comments on commit 30899cf

Please sign in to comment.