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