Creator leaderboard 'Market volume' => 'Total bet'
This commit is contained in:
parent
f2c6c8c483
commit
fba3905724
|
@ -50,7 +50,7 @@ export default function Leaderboards(props: {
|
|||
users={topCreators}
|
||||
columns={[
|
||||
{
|
||||
header: 'Market volume',
|
||||
header: 'Total bet',
|
||||
renderCell: (user) => formatMoney(user.creatorVolumeCached),
|
||||
},
|
||||
]}
|
||||
|
|
Loading…
Reference in New Issue
Block a user