mirror of
https://github.com/bitwarden/browser.git
synced 2025-02-18 01:41:27 +01:00
Remove undefined template variable (#1534)
This commit is contained in:
parent
153870693b
commit
902c568c09
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user