We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a58086b commit 3767c0eCopy full SHA for 3767c0e
working/hooks/grapher.js
@@ -23,7 +23,7 @@ export default () => {
23
}`,
24
{ id: 1 }
25
)
26
- console.log('data', data)
+
27
if (data.length === 0 && !loading) {
28
makeQuery({ id: 1 })
29
}
0 commit comments