diff options
Diffstat (limited to 'frontend/components/EditUser.js')
| -rw-r--r-- | frontend/components/EditUser.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/components/EditUser.js b/frontend/components/EditUser.js index 506966b..aea890c 100644 --- a/frontend/components/EditUser.js +++ b/frontend/components/EditUser.js @@ -37,7 +37,7 @@ class EditUser extends React.Component { refetchQueries={[{ query: CURRENT_USER_QUERY }]} variables={this.state.changes} > - {(updateUser, { loading, error, called, data }) => ( + {(updateUser, { error, called }) => ( <Form onSubmit={e => this.handleSubmit(e, updateUser)}> <Error error={error} /> <fieldset disabled={loading} aria-busy={loading}> |
