1
0
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:
Thomas Rittson
2022-03-11 07:20:03 +10:00
committed by GitHub
parent 153870693b
commit 902c568c09

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