diff --git a/new-lamassu-admin/src/pages/Customers/CustomerProfile.js b/new-lamassu-admin/src/pages/Customers/CustomerProfile.js index b75d08b5..38c976b1 100644 --- a/new-lamassu-admin/src/pages/Customers/CustomerProfile.js +++ b/new-lamassu-admin/src/pages/Customers/CustomerProfile.js @@ -64,6 +64,11 @@ const GET_CUSTOMER = gql` lastTxClass daysSuspended isSuspended + customFields { + id + label + value + } transactions { txClass id @@ -159,6 +164,8 @@ const CustomerProfile = memo(() => { const classes = useStyles({ blocked }) + console.log('customer', customerData) + return ( <>