Skip to content

Commit

Permalink
Quick fix rendering bug when switching media filter
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeaun committed Nov 6, 2023
1 parent ea660f9 commit bca2051
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 bca2051

Please sign in to comment.