Skip to content

Commit

Permalink
Remove initalScrollindex (#1761)
Browse files Browse the repository at this point in the history
  • Loading branch information
gewfy committed Feb 8, 2023
2 parents ab6a413 + 969658e commit 2b0b7d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/src/routes/Journey/Journey.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ const Journey = () => {
return (
<Screen backgroundColor={COLORS.PURE_WHITE}>
<SectionList
initialScrollIndex={completedSessions.length + 1}
sections={sections}
keyExtractor={session => session.id}
ListHeaderComponent={ListHeader}
Expand Down

0 comments on commit 2b0b7d4

Please sign in to comment.