fix: sql uppercasing

fix: structural changes to remove async/await flows
fix: invert boolean flow
fix: minor fixes
This commit is contained in:
Sérgio Salgado 2021-06-15 19:45:57 +01:00
parent f987a07e0b
commit 1563aa307b
9 changed files with 172 additions and 126 deletions

View file

@ -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?
}
})