mirror of
https://github.com/bitwarden/web
synced 2025-12-06 00:03:28 +00:00
Remove undefined template variable (#1534)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user