Skip to content

Commit 99d19c5

Browse files
committed
Fix failing test
1 parent a4c2047 commit 99d19c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

alcs-frontend/src/app/features/notice-of-intent/decision/conditions/condition/condition.component.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ <h4 *ngIf="condition.type">{{ condition.type.label }}</h4>
145145

146146
<div
147147
class="full-width"
148-
[ngClass]="{ 'description-no-date-container': !(dates !== undefined && condition.type.isDateChecked) }"
148+
[ngClass]="{ 'description-no-date-container': !(dates !== undefined && condition.type?.isDateChecked) }"
149149
>
150150
<div class="subheading2">Description</div>
151151
<span

0 commit comments

Comments
 (0)