diff --git a/explorer-nextjs/src/providers/EpochProvider.tsx b/explorer-nextjs/src/providers/EpochProvider.tsx index b69cce8457..1ca1d14c70 100644 --- a/explorer-nextjs/src/providers/EpochProvider.tsx +++ b/explorer-nextjs/src/providers/EpochProvider.tsx @@ -50,7 +50,7 @@ const EpochProvider = ({ children }: { children: React.ReactNode }) => { const QueryClient = useQueryClient(); const { data, isError, isLoading } = useQuery({ - refetchOnWindowFocus: false, + refetchOnWindowFocus: true, queryKey: ["currentEpoch"], queryFn: fetchCurrentEpoch, refetchInterval: ({ state }) => {