Skip to content

Commit

Permalink
Merge pull request #307 from cheeaun/main
Browse files Browse the repository at this point in the history
Update from main
  • Loading branch information
cheeaun committed Nov 6, 2023
2 parents 74991c3 + bca2051 commit 33c3b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/timeline.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ function Timeline({
useItemID={useItemID}
// allowFilters={allowFilters}
filterContext={filterContext}
key={status.id + status?._pinned}
key={status.id + status?._pinned + view}
view={view}
/>
))}
Expand Down

0 comments on commit 33c3b63

Please sign in to comment.