fix: hide note count and tag icon for errored or waiting for keys tags
This commit is contained in:
@@ -37,7 +37,7 @@
|
|||||||
ng-click='self.selectTag(tag)',
|
ng-click='self.selectTag(tag)',
|
||||||
ng-repeat='tag in self.state.tags track by tag.uuid'
|
ng-repeat='tag in self.state.tags track by tag.uuid'
|
||||||
)
|
)
|
||||||
.tag-info
|
.tag-info(ng-if="!tag.errorDecrypting")
|
||||||
.tag-icon #
|
.tag-icon #
|
||||||
input.title(
|
input.title(
|
||||||
ng-attr-id='tag-{{tag.uuid}}',
|
ng-attr-id='tag-{{tag.uuid}}',
|
||||||
|
|||||||
Reference in New Issue
Block a user