mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
fix null ref of cipher.isDeleted (#1275)
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
<div class="center">
|
<div class="center">
|
||||||
<span class="title">{{'viewItem' | i18n}}</span>
|
<span class="title">{{'viewItem' | i18n}}</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="right">
|
<div class="right" *ngIf="cipher">
|
||||||
<button type="button" appBlurClick (click)="edit()" *ngIf="!cipher.isDeleted">{{'edit' | i18n}}</button>
|
<button type="button" appBlurClick (click)="edit()" *ngIf="!cipher.isDeleted">{{'edit' | i18n}}</button>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|||||||
Reference in New Issue
Block a user