diff --git a/src/api/leaderboard.ts b/src/api/leaderboard.ts index 669683840..5589ab174 100644 --- a/src/api/leaderboard.ts +++ b/src/api/leaderboard.ts @@ -21,8 +21,8 @@ export type ListLeaderboardStatsResponse = { currentMonth: LeaderboardUserDetails[]; }; referrals: { - currentMonth: LeadeboardUserDetails[]; - lifetime: LeadeboardUserDetails[]; + currentMonth: LeaderboardUserDetails[]; + lifetime: LeaderboardUserDetails[]; }; }; diff --git a/src/components/Leaderboard/LeaderboardPage.tsx b/src/components/Leaderboard/LeaderboardPage.tsx index 79fa5874d..7ac4b635f 100644 --- a/src/components/Leaderboard/LeaderboardPage.tsx +++ b/src/components/Leaderboard/LeaderboardPage.tsx @@ -24,7 +24,7 @@ export function LeaderboardPage(props: LeaderboardPageProps) { Leaderboard -