fixed-profile

This commit is contained in:
tonyrewin 2022-12-02 09:54:28 +03:00
parent 39b0160cf4
commit cc87a21b46

View File

@ -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}