We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2e0d74 commit 21e6645Copy full SHA for 21e6645
1 file changed
src/components/landing/Team.js
@@ -15,7 +15,9 @@ const Team = ({ urlToken, user, login, client, history }) => {
15
)
16
} else {
17
// todo spinner
18
- await client.mutate({ mutation: JOIN_TEAM, variables: { urlToken } })
+ await client
19
+ .mutate({ mutation: JOIN_TEAM, variables: { urlToken } })
20
+ .catch()
21
history.push('/welcome')
22
}
23
attemptingToClaim = false
0 commit comments