From e5c360476d443c8f20e464ec3d8955b391ce5cc8 Mon Sep 17 00:00:00 2001 From: Vins Date: Tue, 19 Dec 2023 15:19:09 +0100 Subject: [PATCH] fixed cell phone --- .../DesignSystem/UserFolder/UserFolderHeader/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/front/Components/DesignSystem/UserFolder/UserFolderHeader/index.tsx b/src/front/Components/DesignSystem/UserFolder/UserFolderHeader/index.tsx index b0d3b5e8..bcb21637 100644 --- a/src/front/Components/DesignSystem/UserFolder/UserFolderHeader/index.tsx +++ b/src/front/Components/DesignSystem/UserFolder/UserFolderHeader/index.tsx @@ -44,7 +44,7 @@ export default class UserFolderHeader extends React.Component {
Numéro de téléphone - {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() ?? "")}