diff --git a/client/coral-framework/graphql/mutations.js b/client/coral-framework/graphql/mutations.js index 1b3b4c6fc..aea85c40f 100644 --- a/client/coral-framework/graphql/mutations.js +++ b/client/coral-framework/graphql/mutations.js @@ -271,7 +271,7 @@ export const withRejectUsername = withMutation( `, { props: ({ mutate }) => ({ - rejectUsername: id => { + rejectUsername: ({ id }) => { return mutate({ variables: { id,