Skip to content

Commit

Permalink
feat: request 10 sections initially
Browse files Browse the repository at this point in the history
  • Loading branch information
anandaroop committed Sep 9, 2024
1 parent c758e87 commit f719b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/Scenes/HomeView/HomeView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const SECTION_SEPARATOR_HEIGHT: SpacingUnitDSValueNumber = 6

export const HomeView: React.FC = () => {
const queryData = useLazyLoadQuery<HomeViewQuery>(homeViewScreenQuery, {
count: 5,
count: 10,
})

const { data, loadNext, hasNext } = usePaginationFragment<
Expand Down

0 comments on commit f719b2e

Please sign in to comment.