Skip to content

Commit 606493b

Browse files
feat: Removed the refetchInterval that refetches the activity history (#1134)
2 parents 54bf6a9 + 54c7305 commit 606493b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/web/hooks/useHistory.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ export function useHistory() {
3939
{
4040
enabled: !!profileInfo,
4141
keepPreviousData: true,
42-
refetchInterval: 3000,
4342
refetchIntervalInBackground: false,
4443
}
4544
);

0 commit comments

Comments
 (0)