chore: show abouts on trending users

This commit is contained in:
Kieran 2023-04-18 11:42:12 +01:00
parent d309bfd472
commit 8894044880
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -44,7 +44,7 @@ const TrendingUsers = () => {
<h3> <h3>
<FormattedMessage defaultMessage="Trending Users" /> <FormattedMessage defaultMessage="Trending Users" />
</h3> </h3>
<FollowListBase pubkeys={userList} /> <FollowListBase pubkeys={userList} showAbout={true} />
</> </>
); );
}; };