fix(customer-card-main-view): Take activeCardCode first if it exist

Refs: #5503
This commit is contained in:
Nino
2025-11-21 17:13:56 +01:00
parent 6c75536cd0
commit bb717975a0

View File

@@ -28,7 +28,7 @@
}
<crm-customer-card-transactions
[cardCode]="firstCardCode()"
[cardCode]="activeCardCode ?? firstCardCode()"
class="mt-8"
(reload)="reloadCardTransactionsAndCards()"
/>