diff --git a/apps/web/src/app/vault/individual-vault/add-edit.component.html b/apps/web/src/app/vault/individual-vault/add-edit.component.html
index 016f5f050a9..db7a89003d1 100644
--- a/apps/web/src/app/vault/individual-vault/add-edit.component.html
+++ b/apps/web/src/app/vault/individual-vault/add-edit.component.html
@@ -217,7 +217,7 @@
class="tw-items-center tw-border-none tw-bg-transparent tw-text-danger tw-ml-3"
appA11yTitle="{{ 'removePasskey' | i18n }}"
(click)="removePasskey()"
- *ngIf="!cipher.isDeleted && !viewOnly && !(!cipher.edit && editMode)"
+ *ngIf="!cipher.isDeleted && !viewOnly"
>
@@ -405,7 +405,7 @@
class="btn btn-link text-danger ml-2"
(click)="removeUri(u)"
appA11yTitle="{{ 'remove' | i18n }}"
- *ngIf="!cipher.isDeleted && !viewOnly && !(!cipher.edit && editMode)"
+ *ngIf="!cipher.isDeleted && !viewOnly"
>