disable all time until i can make fetching it faster

This commit is contained in:
Lee
2024-10-29 19:50:40 +00:00
parent be5f0ab780
commit a47cc3c7d8
3 changed files with 1 additions and 8 deletions
projects
backend/src/controller
common/src
website/src/components/score/top

@ -30,10 +30,6 @@ const timeframes: TimeframesType[] = [
timeframe: "monthly",
display: "This Month",
},
{
timeframe: "all",
display: "All Time",
},
];
type TopScoresDataProps = {