add refetchInterval for user payments data

This commit is contained in:
smanylov
2026-03-14 11:56:08 +07:00
parent 8464616c37
commit d54a8bfe60
@@ -32,6 +32,7 @@ export const useUserPaymentsData = () => {
return data; return data;
}, },
refetchInterval: 30000,
retry: false retry: false
}); });
}; };