Skip to content

Commit

Permalink
PM-10486 hide empty cardholder field (#10435)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jingo88 authored and jaasen-livefront committed Aug 12, 2024
1 parent b6918d4 commit 11df473
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 11df473

Please sign in to comment.