removed comments icon for release

This commit is contained in:
Timo 2021-04-27 21:41:17 +03:00
parent fb3ce7c457
commit f9695ccf13

View File

@ -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() {