mirror of
https://github.com/wassname/talk.git
synced 2026-07-10 07:17:05 +08:00
fixed mutation
This commit is contained in:
@@ -271,7 +271,7 @@ export const withRejectUsername = withMutation(
|
||||
`,
|
||||
{
|
||||
props: ({ mutate }) => ({
|
||||
rejectUsername: id => {
|
||||
rejectUsername: ({ id }) => {
|
||||
return mutate({
|
||||
variables: {
|
||||
id,
|
||||
|
||||
Reference in New Issue
Block a user