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 aa7390e commit c1857cfCopy full SHA for c1857cf
web/src/pages/Dashboard/Courts/index.tsx
@@ -25,7 +25,6 @@ const Courts: React.FC = () => {
25
const { address } = useAccount();
26
const { data } = useUserQuery(address?.toLowerCase() as `0x${string}`);
27
const user = getFragment(userFragment, data?.user);
28
- console.log(user);
29
30
return (
31
<Container>
0 commit comments