Revert "Update leaderboards.tsx (#314)" (#317)

This reverts commit d19d60eb6a.
This commit is contained in:
mantikoros 2022-05-24 09:31:42 -05:00 committed by GitHub
parent 811a7cece7
commit c3be126337
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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