warnfix
This commit is contained in:
parent
aa0fc4ad95
commit
83656fedb5
|
@ -51,7 +51,7 @@ export const FollowingProvider = (props: { children: JSX.Element }) => {
|
||||||
setFollows(result || EMPTY_SUBSCRIPTIONS)
|
setFollows(result || EMPTY_SUBSCRIPTIONS)
|
||||||
}
|
}
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.info('[context.following] cannot get subs', error)
|
console.warn('[context.following] cannot get subs', error)
|
||||||
} finally {
|
} finally {
|
||||||
setLoading(false)
|
setLoading(false)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user