Fix change remote and refresh

This commit is contained in:
xmflsct 2023-02-25 22:20:44 +01:00
parent 216a736860
commit 292fb42a22
1 changed files with 1 additions and 1 deletions

View File

@ -256,7 +256,7 @@ const TimelineRefresh: React.FC<Props> = ({
return
}
},
[]
[queryKey[1]]
)
if (!isFetched) return null