Fix refresh key not unique enough

JS converted these to numbers, much fail
pull/268/head
Lim Chee Aun 2023-10-19 17:25:17 +08:00
rodzic 3339c5c1d6
commit e9075906f8
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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