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 }}">{{
|
<a href="#" appStopClick (click)="selectCipher(c)" title="{{ 'editItem' | i18n }}">{{
|
||||||
c.name
|
c.name
|
||||||
}}</a>
|
}}</a>
|
||||||
<ng-container *ngIf="!organization && c.organizationId">
|
<ng-container *ngIf="c.organizationId">
|
||||||
<i
|
<i
|
||||||
class="bwi bwi-collection"
|
class="bwi bwi-collection"
|
||||||
appStopProp
|
appStopProp
|
||||||
|
|||||||
Reference in New Issue
Block a user