Number of followers => Total followers
This commit is contained in:
parent
a785fe4f83
commit
8276046f8e
|
@ -106,7 +106,7 @@ export default function Leaderboards(props: {
|
|||
users={topFollowed}
|
||||
columns={[
|
||||
{
|
||||
header: 'Number of followers',
|
||||
header: 'Total followers',
|
||||
renderCell: (user) => user.followerCountCached,
|
||||
},
|
||||
]}
|
||||
|
|
Loading…
Reference in New Issue
Block a user