Fix starter packs scroll (#5190)
This commit is contained in:
@@ -40,7 +40,7 @@ export const ProfilesList = React.forwardRef<SectionRef, ProfilesListProps>(
|
|||||||
ref,
|
ref,
|
||||||
) {
|
) {
|
||||||
const t = useTheme()
|
const t = useTheme()
|
||||||
const bottomBarOffset = useBottomBarOffset(200)
|
const bottomBarOffset = useBottomBarOffset(300)
|
||||||
const initialNumToRender = useInitialNumToRender()
|
const initialNumToRender = useInitialNumToRender()
|
||||||
const {currentAccount} = useSession()
|
const {currentAccount} = useSession()
|
||||||
const {data, refetch, isError} = useAllListMembersQuery(listUri)
|
const {data, refetch, isError} = useAllListMembersQuery(listUri)
|
||||||
|
|||||||
Reference in New Issue
Block a user