Feat: compliance blacklisted addresses notifications

This commit is contained in:
Cesar 2020-12-15 18:55:45 +00:00 committed by Josh Harvey
parent 1ec56cd1ab
commit 705747e9e0
7 changed files with 48 additions and 14 deletions

View file

@ -11,7 +11,11 @@ import { ReactComponent as TxOutIcon } from 'src/styling/icons/direction/cash-ou
import { ifNotNull } from 'src/utils/nullCheck'
import styles from './CustomersList.styles'
import { getAuthorizedStatus, getFormattedPhone, getName } from './helper'
import {
getAuthorizedStatus,
getName
/* getFormattedPhone */
} from './helper'
const useStyles = makeStyles(styles)
@ -22,7 +26,7 @@ const CustomersList = ({ data, locale, onClick, loading }) => {
{
header: 'Phone',
width: 172,
view: it => getFormattedPhone(it.phone, locale.country)
view: it => it.phone // getFormattedPhone(it.phone, locale.country)
},
{
header: 'Name',