Skip to content

Commit

Permalink
update details cardName to use full name not 4 digits
Browse files Browse the repository at this point in the history
  • Loading branch information
waterim committed Nov 6, 2024
1 parent fcb4a5b commit 5e626cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ function WorkspaceCompanyCardDetailsPage({route}: WorkspaceCompanyCardDetailsPag
/>
<MenuItemWithTopDescription
description={translate('workspace.moreFeatures.companyCards.cardNumber')}
title={CardUtils.maskCard(card?.lastFourPAN)}
title={card?.cardName}
interactive={false}
titleStyle={styles.walletCardNumber}
/>
Expand Down

0 comments on commit 5e626cf

Please sign in to comment.