bug: show about on RecommendedFollows
This commit is contained in:
parent
53cffb2865
commit
c36a3e0bc1
@ -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>
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user