From f9695ccf1387e6a12e73916224686fbcfc9443ac Mon Sep 17 00:00:00 2001 From: Timo Date: Tue, 27 Apr 2021 21:41:17 +0300 Subject: [PATCH] removed comments icon for release --- apps/red-ui/src/app/models/file/file-status.wrapper.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/red-ui/src/app/models/file/file-status.wrapper.ts b/apps/red-ui/src/app/models/file/file-status.wrapper.ts index 5c91f61d9..5ceac440c 100644 --- a/apps/red-ui/src/app/models/file/file-status.wrapper.ts +++ b/apps/red-ui/src/app/models/file/file-status.wrapper.ts @@ -71,7 +71,9 @@ export class FileStatusWrapper { } get hasAnnotationComments() { - return this.fileStatus.hasAnnotationComments; + // return this.fileStatus.hasAnnotationComments; + // TODO remove this once backend works properly + return false; } get ocrTime() {