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 Aug 7, 2024
1 parent 7b0c526 commit 1243cbd
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 1243cbd

Please sign in to comment.