reccomendation issue

This commit is contained in:
Timo Bejan 2022-01-14 17:00:52 +02:00
parent 4fcebff538
commit d390e160a7

View File

@ -283,11 +283,7 @@ export class AnnotationWrapper {
private static _setSuperType(annotationWrapper: AnnotationWrapper, redactionLogEntryWrapper: RedactionLogEntryWrapper) {
if (redactionLogEntryWrapper.recommendation) {
if (redactionLogEntryWrapper.redacted) {
annotationWrapper.superType = 'recommendation';
} else {
annotationWrapper.superType = 'skipped';
}
annotationWrapper.superType = 'recommendation';
return;
}