From c2b14fca1097292ff3594bcfc04d7f4e8341b8b1 Mon Sep 17 00:00:00 2001 From: Wyatt Johnson Date: Fri, 13 Apr 2018 14:34:39 -0600 Subject: [PATCH] fixed mutation --- client/coral-framework/graphql/mutations.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,