Don't query user if not signed in. #96
Reference in New Issue
Block a user
Delete Branch "kurt/issue-95"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Resolves #95
Was causing console noise
Only found this in the docs today. Since react hooks like
useQueryhave to be at the top level of the function and can be put into normal if statements, this kinda logic has to be built into the hook itself. But yeah found what I needed pretty quickly looking at the apollo docs.