fixed-profile
This commit is contained in:
parent
39b0160cf4
commit
cc87a21b46
|
@ -105,7 +105,7 @@ export const AuthorView = (props: AuthorProps) => {
|
|||
|
||||
<Beside
|
||||
title={t('Topics which supported by author')}
|
||||
values={topicsByAuthor()[author().slug].slice(0, 5)}
|
||||
values={topicsByAuthor()[author().slug]?.slice(0, 5)}
|
||||
beside={sortedArticles()[0]}
|
||||
wrapper={'topic'}
|
||||
topicShortDescription={true}
|
||||
|
|
Loading…
Reference in New Issue
Block a user