Lint all the things
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
//import NumberFormat from "react-number-format";
|
||||
import parsePhoneNumber from "libphonenumber-js";
|
||||
import React from "react";
|
||||
|
||||
export default function PhoneNumberFormatter(props) {
|
||||
const p = parsePhoneNumber(props.children || "", "CA");
|
||||
|
||||
Reference in New Issue
Block a user