From a8d9fc1068b9d8d2cfdfd8777f107735b71b4d8c Mon Sep 17 00:00:00 2001 From: Nicoleta Panaghiu Date: Wed, 21 Dec 2022 11:43:49 +0200 Subject: [PATCH] RED-5814: Fixed target type not displaying. --- .../components/annotation-card/annotation-card.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}