Skip to content

Commit

Permalink
line
Browse files Browse the repository at this point in the history
  • Loading branch information
narefyev91 committed Nov 15, 2024
1 parent 7ce633a commit 2d805db
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ function SearchFiltersCardPage() {
.sort((a, b) => a.bank.localeCompare(b.bank))
.map((card) => {
const icon = getBankIcon({bankName: card.bank as BankName, isCard: true, styles});

return {
lastFourPAN: card.lastFourPAN,
isVirtual: card?.nameValuePairs?.isVirtual,
Expand Down

0 comments on commit 2d805db

Please sign in to comment.