mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Request more home items
This commit is contained in:
parent
3f1e1688a8
commit
0fa37c301a
1 changed files with 2 additions and 1 deletions
|
|
@ -123,7 +123,7 @@ export function useGetHomeItems(): HomeItemResponse {
|
|||
`
|
||||
|
||||
const variables = {
|
||||
first: 20,
|
||||
first: 100,
|
||||
after: null,
|
||||
}
|
||||
|
||||
|
|
@ -153,6 +153,7 @@ export function useGetHomeItems(): HomeItemResponse {
|
|||
}
|
||||
|
||||
if (result && result.home && result.home.edges) {
|
||||
console.log('data', result.home)
|
||||
return {
|
||||
error: false,
|
||||
isValidating,
|
||||
|
|
|
|||
Loading…
Reference in a new issue