Skip to content

Commit

Permalink
fix phone number formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Kalydosos committed Dec 9, 2024
1 parent 21da67d commit 6bdeffb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ function ContactMethodDetailsPage({route}: ContactMethodDetailsPageProps) {
setIsValidateCodeActionModalVisible(false);
}}
sendValidateCode={() => User.requestContactMethodValidateCode(contactMethod)}
descriptionPrimary={translate('contacts.enterMagicCode', {contactMethod})}
descriptionPrimary={translate('contacts.enterMagicCode', {contactMethod: formattedContactMethod})}
/>

{!isValidateCodeActionModalVisible && getMenuItems()}
Expand Down

0 comments on commit 6bdeffb

Please sign in to comment.