change refetch time for userPaymentsData
This commit is contained in:
@@ -32,7 +32,7 @@ export const useUserPaymentsData = () => {
|
||||
|
||||
return data;
|
||||
},
|
||||
refetchInterval: 30000,
|
||||
refetchInterval: 10000,
|
||||
retry: false
|
||||
});
|
||||
};
|
||||
Reference in New Issue
Block a user