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() || [])
|
||||
setFollowersLoaded(true)
|
||||
changeFollowing([...(myFollows?.topics || []), ...(myFollows?.authors || [])])
|
||||
setFollowingsLoaded(true)
|
||||
} else if (slug && !author()) {
|
||||
await loadAuthor({ slug })
|
||||
const foundAuthor = authorsEntities()[slug]
|
||||
|
|
Loading…
Reference in New Issue
Block a user