diff --git a/new-lamassu-admin/src/pages/Customers/CustomerProfile.js b/new-lamassu-admin/src/pages/Customers/CustomerProfile.js index f0c4389c..03049099 100644 --- a/new-lamassu-admin/src/pages/Customers/CustomerProfile.js +++ b/new-lamassu-admin/src/pages/Customers/CustomerProfile.js @@ -73,7 +73,6 @@ const SET_CUSTOMER = gql` mutation setCustomer($customerId: ID!, $customerInput: CustomerInput) { setCustomer(customerId: $customerId, customerInput: $customerInput) { id - name authorizedOverride frontCameraPath frontCameraOverride @@ -194,7 +193,6 @@ const CustomerProfile = memo(() => { {showCompliance && ( )} diff --git a/new-lamassu-admin/src/pages/Customers/components/ComplianceDetails.js b/new-lamassu-admin/src/pages/Customers/components/ComplianceDetails.js index 755365a2..7fd1fbc6 100644 --- a/new-lamassu-admin/src/pages/Customers/components/ComplianceDetails.js +++ b/new-lamassu-admin/src/pages/Customers/components/ComplianceDetails.js @@ -47,7 +47,7 @@ const Photo = ({ show, src }) => { ) } -const ComplianceDetails = ({ customer, locale, updateCustomer }) => { +const ComplianceDetails = ({ customer, updateCustomer }) => { const classes = useStyles({ width: imageWidth }) const sanctions = R.path(['sanctions'])(customer)