mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2026-06-21 22:18:32 -04:00
Make base query params overridable
This commit is contained in:
@@ -12,9 +12,9 @@ const useInfiniteScroll = (
|
||||
}
|
||||
): Object => {
|
||||
const baseParams = {
|
||||
...newInputParams,
|
||||
per_page: 10,
|
||||
ttl: -1
|
||||
ttl: -1,
|
||||
...newInputParams
|
||||
};
|
||||
|
||||
const {
|
||||
|
||||
Reference in New Issue
Block a user