bug: show about on RecommendedFollows

This commit is contained in:
Kieran 2023-05-10 10:40:39 +01:00
parent 53cffb2865
commit c36a3e0bc1
No known key found for this signature in database
GPG Key ID: DE71CEB3925BE941

View File

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