We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5f0b67 commit 4b77623Copy full SHA for 4b77623
demo/pages/hooks/useRelayConfig.tsx
@@ -18,6 +18,7 @@ const UseRelayConfigPage: NextPage = () => {
18
user: address,
19
currency: currency as any
20
})
21
+ console.log('dummy')
22
23
return (
24
<div
0 commit comments