Skip to content

Commit

Permalink
fix: disable retry
Browse files Browse the repository at this point in the history
  • Loading branch information
hamster1963 committed Dec 25, 2024
1 parent 1c3684f commit 74a2253
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ function DashboardLink() {
refetchOnWindowFocus: true,
refetchIntervalInBackground: true,
refetchInterval: 1000 * 60 * 1,
retry: false,
})

let isLogin = !!userData?.data?.id
Expand Down

0 comments on commit 74a2253

Please sign in to comment.