diff --git a/apps/web/src/scenes/UserGalleryPage/UserGalleryCollections.tsx b/apps/web/src/scenes/UserGalleryPage/UserGalleryCollections.tsx index 1aee5669d..97bc592db 100644 --- a/apps/web/src/scenes/UserGalleryPage/UserGalleryCollections.tsx +++ b/apps/web/src/scenes/UserGalleryPage/UserGalleryCollections.tsx @@ -159,8 +159,11 @@ function UserGalleryCollections({ galleryRef, queryRef, mobileLayout }: Props) { ); } + // TODO: Change length to properly reflect virtualizedList onLoad. Some profile's onLoad function not triggering + const filteredTokenIds = tokenIds ? tokenIds.slice(0, 1) : []; + return ( - + {({ height, registerChild, scrollTop, onChildScroll }) => (