fix: hide note count and tag icon for errored or waiting for keys tags

This commit is contained in:
Baptiste Grob
2020-10-01 16:34:50 +02:00
parent add0497e14
commit 762190439f

View File

@@ -37,7 +37,7 @@
ng-click='self.selectTag(tag)',
ng-repeat='tag in self.state.tags track by tag.uuid'
)
.tag-info
.tag-info(ng-if="!tag.errorDecrypting")
.tag-icon #
input.title(
ng-attr-id='tag-{{tag.uuid}}',