diff --git a/app/containers/Accounts/index.js b/app/containers/Accounts/index.js index 371c6ce..694545e 100644 --- a/app/containers/Accounts/index.js +++ b/app/containers/Accounts/index.js @@ -66,7 +66,7 @@ const DELETE_USER = gql` `; const Accounts = () => { - const { customerId } = useContext(UserContext); + const { customerId, id: currentUserId } = useContext(UserContext); const { data, loading, error, refetch, fetchMore } = useQuery(GET_ALL_USERS, { variables: { customerId }, @@ -173,6 +173,7 @@ const Accounts = () => { return (