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