mirror of https://git.lenooby09.tech/LeNooby09/social-app.git
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix starter packs scroll (#5190)

authored by

Igor Adrov and committed by
GitHub
00ce9589 c5faa603

+1 -1
+1 -1
src/components/StarterPack/Main/ProfilesList.tsx
··· 40 40 ref, 41 41 ) { 42 42 const t = useTheme() 43 - const bottomBarOffset = useBottomBarOffset(200) 43 + const bottomBarOffset = useBottomBarOffset(300) 44 44 const initialNumToRender = useInitialNumToRender() 45 45 const {currentAccount} = useSession() 46 46 const {data, refetch, isError} = useAllListMembersQuery(listUri)