Chore: fix regressions caused by rebase

This commit is contained in:
csrapr 2021-02-05 17:06:29 +00:00 committed by Josh Harvey
parent ef60b15d82
commit 0d6349dbf4
26 changed files with 10471 additions and 34310 deletions

View file

@ -24,7 +24,7 @@ import {
TransactionsList,
ComplianceDetails
} from './components'
import { /* getFormattedPhone, */ getName } from './helper'
import { getFormattedPhone, getName } from './helper'
const useStyles = makeStyles(styles)
@ -147,13 +147,12 @@ const CustomerProfile = memo(() => {
Customers
</Label1>
<Label2 noMargin className={classes.labelLink}>
{name.length ? name : R.path(['phone'])(customerData)}
{/* {name.length
{name.length
? name
: getFormattedPhone(
R.path(['phone'])(customerData),
locale.country
)} */}
)}
</Label2>
</Breadcrumbs>
<div>