fix: sql uppercasing
fix: structural changes to remove async/await flows fix: invert boolean flow fix: minor fixes
This commit is contained in:
parent
f987a07e0b
commit
1563aa307b
9 changed files with 172 additions and 126 deletions
|
|
@ -83,8 +83,7 @@ const Users = () => {
|
|||
|
||||
const [validateAttestation] = useMutation(VALIDATE_ATTESTATION, {
|
||||
onCompleted: res => {
|
||||
console.log(res)
|
||||
// success ? console.log('success') : console.log('failure')
|
||||
// TODO: show a brief popup to have UX feedback?
|
||||
}
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue