From 6c48541b5a2e878512ab348d774ab1b854bdbfb6 Mon Sep 17 00:00:00 2001 From: Leslie Xiong Date: Tue, 27 Jan 2026 12:22:05 -0500 Subject: [PATCH] removed unused `showGroups()` from `vault-cipher-row` --- .../app/vault-v3/vault-items/vault-cipher-row.component.html | 3 --- .../app/vault-v3/vault-items/vault-cipher-row.component.ts | 1 - 2 files changed, 4 deletions(-) diff --git a/apps/desktop/src/vault/app/vault-v3/vault-items/vault-cipher-row.component.html b/apps/desktop/src/vault/app/vault-v3/vault-items/vault-cipher-row.component.html index 631606ca11c..89feef8d5ac 100644 --- a/apps/desktop/src/vault/app/vault-v3/vault-items/vault-cipher-row.component.html +++ b/apps/desktop/src/vault/app/vault-v3/vault-items/vault-cipher-row.component.html @@ -48,9 +48,6 @@ } -@if (showGroups()) { - -} @if (viewingOrgVault()) {

diff --git a/apps/desktop/src/vault/app/vault-v3/vault-items/vault-cipher-row.component.ts b/apps/desktop/src/vault/app/vault-v3/vault-items/vault-cipher-row.component.ts index 3515c31a045..00a4e1be67b 100644 --- a/apps/desktop/src/vault/app/vault-v3/vault-items/vault-cipher-row.component.ts +++ b/apps/desktop/src/vault/app/vault-v3/vault-items/vault-cipher-row.component.ts @@ -60,7 +60,6 @@ export class VaultCipherRowComponent { protected readonly disabled = input(); protected readonly cipher = input(); protected readonly showOwner = input(); - protected readonly showGroups = input(); protected readonly showPremiumFeatures = input(); protected readonly useEvents = input(); protected readonly cloneable = input();