1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-10 21:50:15 +00:00

removed unused showGroups() from vault-cipher-row

This commit is contained in:
Leslie Xiong
2026-01-27 12:22:05 -05:00
parent e198edaeec
commit 6c48541b5a
2 changed files with 0 additions and 4 deletions

View File

@@ -48,9 +48,6 @@
</app-org-badge>
</td>
}
@if (showGroups()) {
<td bitCell [ngClass]="RowHeightClass"></td>
}
@if (viewingOrgVault()) {
<td bitCell [ngClass]="RowHeightClass">
<p class="tw-mb-0 tw-text-muted">

View File

@@ -60,7 +60,6 @@ export class VaultCipherRowComponent<C extends CipherViewLike> {
protected readonly disabled = input<boolean>();
protected readonly cipher = input<C>();
protected readonly showOwner = input<boolean>();
protected readonly showGroups = input<boolean>();
protected readonly showPremiumFeatures = input<boolean>();
protected readonly useEvents = input<boolean>();
protected readonly cloneable = input<boolean>();