diff --git a/src/components/pages/Evaluation/ViewReportPage.svelte b/src/components/pages/Evaluation/ViewReportPage.svelte index 467f41af..fd0cbea5 100644 --- a/src/components/pages/Evaluation/ViewReportPage.svelte +++ b/src/components/pages/Evaluation/ViewReportPage.svelte @@ -68,6 +68,8 @@ $evaluationStore.exploreTarget.essentialFunctionality = $exploreStore['ESSENTIAL_FUNCTIONALITY']; $evaluationStore.exploreTarget.pageTypeVariety = $exploreStore['PAGE_TYPES']; + $evaluationStore.reportFindings.evaluationSpecifics = $summaryStore.EVALUATION_SPECIFICS; + } diff --git a/src/components/ui/Report.svelte b/src/components/ui/Report.svelte index 921f7499..5f70746d 100644 --- a/src/components/ui/Report.svelte +++ b/src/components/ui/Report.svelte @@ -169,11 +169,18 @@

{TRANSLATED.TEXT_NO_SAMPLE}

{/if} +

{TRANSLATED.LABEL_TECH}

+{#if report.tech != ""} +

{report.tech}

+{:else} +

{TRANSLATED.LABEL_NOT_PROVIDED}

+{/if} +

{TRANSLATED.HEADING_SPECIFICS}

{@html marked(report.specifics) || TRANSLATED.LABEL_NOT_PROVIDED}

-

{TRANSLATED.HEADING_RESOURCES}

-