feat: sms data card info
This commit is contained in:
parent
c072803ac3
commit
894161a998
4 changed files with 28 additions and 5 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue