From dbd854494feb536713f05d614a7af739ec5dfc98 Mon Sep 17 00:00:00 2001 From: gbubemismith Date: Wed, 12 Jun 2024 10:58:21 -0400 Subject: [PATCH] switched to use viewonly to hide remove button --- .../src/app/vault/individual-vault/add-edit.component.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 016f5f050a..db7a89003d 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" >