mirror of
https://github.com/tooot-app/app
synced 2024-12-22 07:34:06 +01:00
Reset after failed auto refetch
This commit is contained in:
parent
7a5464e38a
commit
824730bc40
@ -218,6 +218,7 @@ const TimelineRefresh: React.FC<Props> = ({
|
||||
}
|
||||
isFetchingPrev.value = false
|
||||
})
|
||||
.catch(() => (isFetchingPrev.value = false))
|
||||
}
|
||||
|
||||
const runFetchLatest = async () => {
|
||||
|
Loading…
Reference in New Issue
Block a user