Number of followers => Total followers

This commit is contained in:
James Grugett 2022-06-22 16:17:21 -05:00
parent a785fe4f83
commit 8276046f8e

View File

@ -106,7 +106,7 @@ export default function Leaderboards(props: {
users={topFollowed}
columns={[
{
header: 'Number of followers',
header: 'Total followers',
renderCell: (user) => user.followerCountCached,
},
]}