Skip to content

Commit 075fcba

Browse files
authored
Merge pull request #2679 from intersective/CORE-8231/trunk-only-label-fix
[CORE-8231] fixed missing status label
2 parents 0a852e2 + 78d342e commit 075fcba

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

projects/v3/src/app/components/assessment/assessment.component.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,7 @@
126126
<ion-chip [class]="'label body-3 '+ labelColor"
127127
*ngIf="label"
128128
role="status">
129-
<ion-label [innerHTML]="label"
130-
aria-label="Assessment status"></ion-label>
129+
<ion-label aria-label="Assessment status">{{ label }}</ion-label>
131130
</ion-chip>
132131

133132
<p class="assessment subtitle-1 due-date"

0 commit comments

Comments
 (0)