mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 06:06:41 +01:00
Quick fix rendering bug when switching media filter
This commit is contained in:
parent
ea660f9146
commit
bca205182e
1 changed files with 1 additions and 1 deletions
|
@ -370,7 +370,7 @@ function Timeline({
|
||||||
useItemID={useItemID}
|
useItemID={useItemID}
|
||||||
// allowFilters={allowFilters}
|
// allowFilters={allowFilters}
|
||||||
filterContext={filterContext}
|
filterContext={filterContext}
|
||||||
key={status.id + status?._pinned}
|
key={status.id + status?._pinned + view}
|
||||||
view={view}
|
view={view}
|
||||||
/>
|
/>
|
||||||
))}
|
))}
|
||||||
|
|
Loading…
Reference in a new issue