bug: show about on RecommendedFollows

This commit is contained in:
Kieran 2023-05-10 10:40:39 +01:00
parent 53cffb2865
commit c36a3e0bc1
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ export default function DiscoverFollows() {
<h3>
<FormattedMessage {...messages.PopularAccounts} />
</h3>
<div>{sortedReccomends.length > 0 && <FollowListBase pubkeys={sortedReccomends} />}</div>
<div>{sortedReccomends.length > 0 && <FollowListBase pubkeys={sortedReccomends} showAbout={true} />}</div>
<TrendingUsers />
</div>
);