Browse Source

Remove undefined template variable (#1534)

pull/1537/head
Thomas Rittson 4 years ago committed by GitHub
parent
commit
902c568c09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/app/settings/emergency-access-view.component.html

2
src/app/settings/emergency-access-view.component.html

@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@
<a href="#" appStopClick (click)="selectCipher(c)" title="{{ 'editItem' | i18n }}">{{
c.name
}}</a>
<ng-container *ngIf="!organization && c.organizationId">
<ng-container *ngIf="c.organizationId">
<i
class="bwi bwi-collection"
appStopProp

Loading…
Cancel
Save