fixed cell phone
This commit is contained in:
parent
3e086ad066
commit
e5c360476d
@ -44,7 +44,7 @@ export default class UserFolderHeader extends React.Component<IProps, IState> {
|
||||
<div className={classes["container"]}>
|
||||
<Typography typo={ITypo.NAV_INPUT_16}>Numéro de téléphone</Typography>
|
||||
<Typography typo={ITypo.P_18}>
|
||||
{this.formatPhoneNumber(this.props.customer.contact.cell_phone_number) ??
|
||||
{this.formatPhoneNumber(this.props.customer.contact.cell_phone_number!) ??
|
||||
this.formatPhoneNumber(this.props.customer.contact.phone_number?.toString() ?? "")}
|
||||
</Typography>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user