feat: sms data card info

This commit is contained in:
José Oliveira 2021-12-22 14:43:10 +00:00
parent c072803ac3
commit 894161a998
4 changed files with 28 additions and 5 deletions

View file

@ -69,6 +69,7 @@ const GET_CUSTOMER = gql`
daysSuspended
isSuspended
isTestCustomer
subscriberInfo
customFields {
id
label
@ -628,6 +629,7 @@ const CustomerProfile = memo(() => {
{isCustomerData && (
<div>
<CustomerData
locale={locale}
customer={customerData}
updateCustomer={updateCustomer}
replacePhoto={replacePhoto}