Skip to content

Commit

Permalink
Merge pull request #51 from TimMikeladze/patch-1
Browse files Browse the repository at this point in the history
Fix syntax error
  • Loading branch information
Sashko Stubailo authored Sep 12, 2016
2 parents dd579be + 6f6a8fa commit f97fb17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react-docs/source/mutations.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ const submitRepository = /* as above */;
const NewEntryWithData = graphql(submitRepository, {
props: ({ mutate }) => ({
submit: (repoFullName) => mutate({ variables: { repoFullName } }),
});
}),
})(NewEntry);
```

Expand Down

0 comments on commit f97fb17

Please sign in to comment.