Increase page size to 12
This commit is contained in:
parent
d73d72c693
commit
725b30b68b
|
@ -223,7 +223,7 @@ const ImageCarousel = (props: { images: MarketImage[]; url: string }) => {
|
|||
const MarketCarousel = (props: { slug: string }) => {
|
||||
const { slug } = props
|
||||
const q = contractsByGroupSlugQuery(slug)
|
||||
const { allItems, getNext, isLoading } = usePagination({ q, pageSize: 6 })
|
||||
const { allItems, getNext, isLoading } = usePagination({ q, pageSize: 12 })
|
||||
return isLoading ? (
|
||||
<LoadingIndicator className="mt-10" />
|
||||
) : (
|
||||
|
|
Loading…
Reference in New Issue
Block a user