diff --git a/apps/red-ui/src/app/models/file/annotation.wrapper.ts b/apps/red-ui/src/app/models/file/annotation.wrapper.ts index a7ae517bc..46be35fbc 100644 --- a/apps/red-ui/src/app/models/file/annotation.wrapper.ts +++ b/apps/red-ui/src/app/models/file/annotation.wrapper.ts @@ -402,6 +402,6 @@ export class AnnotationWrapper { if (lb) return lb.name; } - return entry.reason; + return entry.legalBasis; } }