1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00: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

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>