diff --git a/apps/red-ui/src/app/modules/file-preview/components/annotation-card/annotation-card.component.html b/apps/red-ui/src/app/modules/file-preview/components/annotation-card/annotation-card.component.html index cd3c18883..6afdab470 100644 --- a/apps/red-ui/src/app/modules/file-preview/components/annotation-card/annotation-card.component.html +++ b/apps/red-ui/src/app/modules/file-preview/components/annotation-card/annotation-card.component.html @@ -20,7 +20,7 @@ {{ annotation.descriptor | translate }}: - {{ annotation.isSuggestion ? annotation.recategorizationType : annotation.entity.label }} + {{ annotation.recategorizationType ?? annotation.entity.label }}