change refetch time for userPaymentsData

This commit is contained in:
smanylov
2026-03-30 14:51:48 +07:00
parent 4abcc9689c
commit 884fb8dc50
2 changed files with 2 additions and 2 deletions
@@ -32,7 +32,7 @@ export const useUserPaymentsData = () => {
return data;
},
refetchInterval: 30000,
refetchInterval: 10000,
retry: false
});
};