diff --git a/src/app/dars/audit/audit.component.html b/src/app/dars/audit/audit.component.html
index c9888c5d14b00c540e8b1929465eab40d9c69620..85630083ff2ca1215b569f2da0e8f1ac773b4dd6 100644
--- a/src/app/dars/audit/audit.component.html
+++ b/src/app/dars/audit/audit.component.html
@@ -256,8 +256,8 @@
 
       <p class="pre-wrap" [innerHTML]="audit.requirementEndnote"></p>
       <br>
-      <p>{{ audit.bottomSection.memorandaSection.label }}</p>
-      <p *ngFor="let line of audit.bottomSection.memorandaSection.memorandaLines">
+      <p>{{ audit.bottomSection.memorandaSection?.label }}</p>
+      <p *ngFor="let line of audit.bottomSection.memorandaSection?.memorandaLines">
         {{ line }}
       </p>