From 7b4565f33609bebc41173946e56ec7da7b2ca875 Mon Sep 17 00:00:00 2001 From: AbdBarho Date: Sat, 11 Feb 2023 16:58:56 +0100 Subject: [PATCH] Update statistics order (#1484) --- website/src/pages/account/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/pages/account/index.tsx b/website/src/pages/account/index.tsx index 723b21c8..59f40e17 100644 --- a/website/src/pages/account/index.tsx +++ b/website/src/pages/account/index.tsx @@ -55,10 +55,10 @@ export default function Account() { {t("your_stats")} {[ - LeaderboardTimeFrame.total, LeaderboardTimeFrame.day, LeaderboardTimeFrame.week, LeaderboardTimeFrame.month, + LeaderboardTimeFrame.total, ] .map((key) => ({ key, values: entries[key] })) .filter(({ values }) => values)