fix null ref of cipher.isDeleted (#462)
This commit is contained in:
parent
24b1349dc8
commit
160c161782
|
@ -272,7 +272,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer">
|
||||
<div class="footer" *ngIf="cipher">
|
||||
<button appBlurClick class="primary" (click)="edit()" appA11yTitle="{{'edit' | i18n}}" *ngIf="!cipher.isDeleted">
|
||||
<i class="fa fa-pencil fa-fw fa-lg" aria-hidden="true"></i>
|
||||
</button>
|
||||
|
|
Loading…
Reference in New Issue