Remove undefined template variable (#1534)

This commit is contained in:
Thomas Rittson 2022-03-11 07:20:03 +10:00 committed by GitHub
parent 153870693b
commit 902c568c09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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