mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-11 10:10:25 +01:00
PM-10486 hide empty cardholder field (#10435)
This commit is contained in:
parent
7b0c526fb8
commit
1243cbd411
@ -3,7 +3,7 @@
|
||||
<h2 bitTypography="h6">{{ setSectionTitle }}</h2>
|
||||
</bit-section-header>
|
||||
<bit-card class="[&_bit-form-field:last-of-type]:tw-mb-0">
|
||||
<bit-form-field>
|
||||
<bit-form-field *ngIf="card.cardholderName">
|
||||
<bit-label>{{ "cardholderName" | i18n }}</bit-label>
|
||||
<input
|
||||
readonly
|
||||
|
Loading…
Reference in New Issue
Block a user