diff --git a/src/components/common/AccountCards.tsx b/src/components/common/AccountCards.tsx index 2e177909..03490ab9 100644 --- a/src/components/common/AccountCards.tsx +++ b/src/components/common/AccountCards.tsx @@ -24,7 +24,8 @@ function AccountCards({ (account.perfs.bullet?.games ?? 0) + (account.perfs.blitz?.games ?? 0) + (account.perfs.rapid?.games ?? 0) + - (account.perfs.classical?.games ?? 0); + (account.perfs.classical?.games ?? 0) + + (account.perfs.correspondence?.games ?? 0) +; const stats = []; const speeds = ["bullet", "blitz", "rapid", "classical"] as const;