mirror of
https://github.com/bitwarden/browser
synced 2026-02-25 17:13:24 +00:00
removed commented out
This commit is contained in:
@@ -1,8 +1,4 @@
|
||||
<td
|
||||
bitCell
|
||||
[ngClass]="RowHeightClass"
|
||||
class="tw-truncate tw-flex tw-items-center tw-gap-2"
|
||||
>
|
||||
<td bitCell [ngClass]="RowHeightClass" class="tw-truncate tw-flex tw-items-center tw-gap-2">
|
||||
<app-vault-icon [cipher]="cipher()"></app-vault-icon>
|
||||
<div class="tw-flex tw-flex-col tw-w-full">
|
||||
<button
|
||||
@@ -40,8 +36,6 @@
|
||||
}
|
||||
<span class="tw-text-sm tw-text-muted" appStopProp>{{ subtitle() }}</span>
|
||||
</div>
|
||||
<!-- <br />
|
||||
<span class="tw-text-sm tw-text-muted" appStopProp>{{ subtitle() }}</span> -->
|
||||
</td>
|
||||
@if (showOwner()) {
|
||||
<td bitCell [ngClass]="RowHeightClass" class="tw-hidden lg:tw-table-cell">
|
||||
|
||||
Reference in New Issue
Block a user