Skip to content

Commit

Permalink
Merge branch 'dev' into stage
Browse files Browse the repository at this point in the history
  • Loading branch information
JavidHaji-zada committed Dec 8, 2023
2 parents e71cbc6 + 7c41991 commit 7bf8ef7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/hooks/query/useTokensAndTransactions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ export function useTokensAndTransactions(
}
return null;
},
enabled,
refetchInterval: 1 * 60 * 1e3 // 1 min
enabled
});

const tokens =
Expand Down

0 comments on commit 7bf8ef7

Please sign in to comment.