1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-12 01:48:21 +02:00

fix null ref of cipher.isDeleted (#462)

This commit is contained in:
Kyle Spearrin 2020-06-01 10:30:49 -04:00 committed by GitHub
parent 24b1349dc8
commit 160c161782
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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