File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
src/routes/$chainSlug/_layout/access Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 1- import { TABLE_REFETCH_INTERVAL } from '@/config' ;
21import { useQuery } from '@tanstack/react-query' ;
32import { createFileRoute } from '@tanstack/react-router' ;
43import { LoaderCircle } from 'lucide-react' ;
@@ -52,7 +51,6 @@ function useAccessData(accessHash: string, chainId: number) {
5251
5352 return { access, accessType } ;
5453 } ,
55- refetchInterval : TABLE_REFETCH_INTERVAL ,
5654 placeholderData : createPlaceholderDataFnForQueryKey ( queryKey ) ,
5755 } ) ;
5856
@@ -82,8 +80,6 @@ function AccessRoute() {
8280 error,
8381 } = useAccessData ( ( accessHash as string ) . toLowerCase ( ) , chainId ! ) ;
8482
85- console . log ( access ) ;
86-
8783 const accessDetails = access ? buildAccessDetails ( { access } ) : undefined ;
8884
8985 if ( ! isValid ) {
You can’t perform that action at this time.
0 commit comments