Creator leaderboard 'Market volume' => 'Total bet'

This commit is contained in:
James Grugett 2022-06-10 12:35:18 -05:00
parent f2c6c8c483
commit fba3905724

View File

@ -50,7 +50,7 @@ export default function Leaderboards(props: {
users={topCreators} users={topCreators}
columns={[ columns={[
{ {
header: 'Market volume', header: 'Total bet',
renderCell: (user) => formatMoney(user.creatorVolumeCached), renderCell: (user) => formatMoney(user.creatorVolumeCached),
}, },
]} ]}