Skip to content

Commit

Permalink
Fix starter packs scroll (#5190)
Browse files Browse the repository at this point in the history
  • Loading branch information
nucleartux authored Sep 6, 2024
1 parent c5faa60 commit 00ce958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/StarterPack/Main/ProfilesList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const ProfilesList = React.forwardRef<SectionRef, ProfilesListProps>(
ref,
) {
const t = useTheme()
const bottomBarOffset = useBottomBarOffset(200)
const bottomBarOffset = useBottomBarOffset(300)
const initialNumToRender = useInitialNumToRender()
const {currentAccount} = useSession()
const {data, refetch, isError} = useAllListMembersQuery(listUri)
Expand Down

0 comments on commit 00ce958

Please sign in to comment.