Skip to content

Commit

Permalink
TimelineList - fix InfinitList layout when switching btw days view (1…
Browse files Browse the repository at this point in the history
… to 3) (#2237)
  • Loading branch information
Inbal-Tish authored May 23, 2023
1 parent cb8d8d4 commit 79b605a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/timeline-list/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ const TimelineList = (props: TimelineListProps) => {
scrollViewProps={{
onMomentumScrollEnd
}}
key={numberOfDays}
/>
);
};
Expand Down

0 comments on commit 79b605a

Please sign in to comment.