mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-14 01:48:50 +01: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
|
useItemID
|
||||||
boostsCarousel={snapStates.settings.boostsCarousel}
|
boostsCarousel={snapStates.settings.boostsCarousel}
|
||||||
timelineStart={TimelineStart}
|
timelineStart={TimelineStart}
|
||||||
refresh={excludeReplies + excludeBoosts + tagged + media}
|
refresh={[excludeReplies, excludeBoosts, tagged, media].toString()}
|
||||||
headerEnd={
|
headerEnd={
|
||||||
<Menu2
|
<Menu2
|
||||||
portal
|
portal
|
||||||
|
|
Loading…
Reference in a new issue