diff options
| author | Wes Bos <wesbos@gmail.com> | 2018-05-10 16:02:07 -0400 |
|---|---|---|
| committer | Wes Bos <wesbos@gmail.com> | 2018-05-10 16:02:07 -0400 |
| commit | 632af35d8a0871ca8c1041d0e14d63e2b457d168 (patch) | |
| tree | 6d3ccae3cb20a082e4e6ea6fd982152568000193 /frontend/components/EditUser.js | |
| parent | e0c628528142f26ce9a42ba4c3c5d2cb41114a56 (diff) | |
Styles
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}> |
