fixed mutation

This commit is contained in:
Wyatt Johnson
2018-04-13 14:34:39 -06:00
parent 9e2b1c5af3
commit c2b14fca10
+1 -1
View File
@@ -271,7 +271,7 @@ export const withRejectUsername = withMutation(
`,
{
props: ({ mutate }) => ({
rejectUsername: id => {
rejectUsername: ({ id }) => {
return mutate({
variables: {
id,