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