[Leaderboard] Show daily 'topBettor' leaderboard (#579)
This commit is contained in:
parent
8d7bf6fb64
commit
e7abe709b3
|
@ -67,7 +67,7 @@ export default function Leaderboards(props: {
|
||||||
<Col className="mx-4 items-center gap-10 lg:flex-row">
|
<Col className="mx-4 items-center gap-10 lg:flex-row">
|
||||||
{!isLoading ? (
|
{!isLoading ? (
|
||||||
<>
|
<>
|
||||||
{period === 'allTime' ? ( //TODO: show other periods once they're available
|
{period === 'allTime' || period === 'daily' ? ( //TODO: show other periods once they're available
|
||||||
<Leaderboard
|
<Leaderboard
|
||||||
title="🏅 Top bettors"
|
title="🏅 Top bettors"
|
||||||
users={topTradersState}
|
users={topTradersState}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user