Skip to content

Commit

Permalink
fix reftech
Browse files Browse the repository at this point in the history
  • Loading branch information
abrzezinski94 committed Jul 3, 2024
1 parent aa4bf40 commit 2dda459
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hooks/useAccountHistory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export default function useAccountHistory() {
cacheTime: 1000 * 60 * 5,
staleTime: 1000 * 60,
retry: 3,
refetchOnWindowFocus: true,
refetchOnWindowFocus: false,
enabled: !!stakeAccounts,
},
)
Expand Down
2 changes: 1 addition & 1 deletion hooks/useStakeRates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export default function useStakeRates() {
cacheTime: 1000 * 60 * 5,
staleTime: 1000 * 60,
retry: 3,
refetchOnWindowFocus: true,
refetchOnWindowFocus: false,
})

return {
Expand Down

0 comments on commit 2dda459

Please sign in to comment.