diff --git a/src/components/CommunicationsLink.js b/src/components/CommunicationsLink.js index ab7adb0cbed..3e58f4b9cf1 100644 --- a/src/components/CommunicationsLink.js +++ b/src/components/CommunicationsLink.js @@ -36,6 +36,7 @@ const CommunicationsLink = props => ( {props.isSmallScreenWidth ? ( Linking.openURL( props.type === CONST.LOGIN_TYPE.PHONE ? `tel:${props.value}` diff --git a/src/pages/DetailsPage.js b/src/pages/DetailsPage.js index a06c30ad790..ce36dad38b3 100755 --- a/src/pages/DetailsPage.js +++ b/src/pages/DetailsPage.js @@ -110,7 +110,7 @@ const DetailsPage = ({ type={isSMSLogin ? CONST.LOGIN_TYPE.PHONE : CONST.LOGIN_TYPE.EMAIL} value={isSMSLogin ? getPhoneNumber(details) : details.login} > - + {isSMSLogin ? toLocalPhone(getPhoneNumber(details)) : details.login}