Merge branch 'dev' of https://github.com/Discours/discoursio-webapp into dev
This commit is contained in:
commit
a451a6bf4e
|
@ -73,6 +73,7 @@ export const AuthorView = (props: AuthorViewProps) => {
|
||||||
setFollowers(myFollowers() || [])
|
setFollowers(myFollowers() || [])
|
||||||
setFollowersLoaded(true)
|
setFollowersLoaded(true)
|
||||||
changeFollowing([...(myFollows?.topics || []), ...(myFollows?.authors || [])])
|
changeFollowing([...(myFollows?.topics || []), ...(myFollows?.authors || [])])
|
||||||
|
setFollowingsLoaded(true)
|
||||||
} else if (slug && !author()) {
|
} else if (slug && !author()) {
|
||||||
await loadAuthor({ slug })
|
await loadAuthor({ slug })
|
||||||
const foundAuthor = authorsEntities()[slug]
|
const foundAuthor = authorsEntities()[slug]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user