Toggle monthly leaderboards
I didn't get to enabling monthly leaderboards after my work trial was over (I enabled daily/weekly/alltime). The cache has been filled out for a while now, this toggles it on.
This commit is contained in:
parent
b7790a9678
commit
20bea3c19b
|
@ -138,11 +138,10 @@ export default function Leaderboards(_props: {
|
||||||
title: 'All Time',
|
title: 'All Time',
|
||||||
content: LeaderboardWithPeriod('allTime'),
|
content: LeaderboardWithPeriod('allTime'),
|
||||||
},
|
},
|
||||||
// TODO: Enable this near the end of July!
|
{
|
||||||
// {
|
title: 'Monthly',
|
||||||
// title: 'Monthly',
|
content: LeaderboardWithPeriod('monthly'),
|
||||||
// content: LeaderboardWithPeriod('monthly'),
|
},
|
||||||
// },
|
|
||||||
{
|
{
|
||||||
title: 'Weekly',
|
title: 'Weekly',
|
||||||
content: LeaderboardWithPeriod('weekly'),
|
content: LeaderboardWithPeriod('weekly'),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user