mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-14 10:26:19 +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>
|
<h2 bitTypography="h6">{{ setSectionTitle }}</h2>
|
||||||
</bit-section-header>
|
</bit-section-header>
|
||||||
<bit-card class="[&_bit-form-field:last-of-type]:tw-mb-0">
|
<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>
|
<bit-label>{{ "cardholderName" | i18n }}</bit-label>
|
||||||
<input
|
<input
|
||||||
readonly
|
readonly
|
||||||
|
Loading…
Reference in New Issue
Block a user