mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-21 16:55:25 +03:00
Fix refresh key not unique enough
JS converted these to numbers, much fail
This commit is contained in:
parent
3339c5c1d6
commit
e9075906f8
1 changed files with 1 additions and 1 deletions
|
@ -258,7 +258,7 @@ function AccountStatuses() {
|
|||
useItemID
|
||||
boostsCarousel={snapStates.settings.boostsCarousel}
|
||||
timelineStart={TimelineStart}
|
||||
refresh={excludeReplies + excludeBoosts + tagged + media}
|
||||
refresh={[excludeReplies, excludeBoosts, tagged, media].toString()}
|
||||
headerEnd={
|
||||
<Menu2
|
||||
portal
|
||||
|
|
Loading…
Reference in a new issue