This commit is contained in:
Untone 2024-05-30 21:33:54 +03:00
parent aa0fc4ad95
commit 83656fedb5

View File

@ -51,7 +51,7 @@ export const FollowingProvider = (props: { children: JSX.Element }) => {
setFollows(result || EMPTY_SUBSCRIPTIONS)
}
} catch (error) {
console.info('[context.following] cannot get subs', error)
console.warn('[context.following] cannot get subs', error)
} finally {
setLoading(false)
}