fix null ref of cipher.isDeleted (#1275)

This commit is contained in:
Kyle Spearrin 2020-06-01 10:30:39 -04:00 committed by GitHub
parent 88129f9135
commit bd6a5ceccd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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>