Fixed up some messaging layout issues. BOD-78
This commit is contained in:
@@ -6,7 +6,7 @@ export default function PhoneNumberFormatter(props) {
|
||||
<NumberFormat
|
||||
value={props.children}
|
||||
type="tel"
|
||||
format="###-###-####"
|
||||
format="+# (###)-###-####"
|
||||
displayType={"text"}
|
||||
/>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user