diff --git a/frontend/app/components/HomeLeaderboardLive.tsx b/frontend/app/components/HomeLeaderboardLive.tsx index 7eefd6fc..0883e1ed 100644 --- a/frontend/app/components/HomeLeaderboardLive.tsx +++ b/frontend/app/components/HomeLeaderboardLive.tsx @@ -294,7 +294,7 @@ export default function HomeLeaderboardLive({ {result === "win" && W} - {result === "loss" && R} + {result === "loss" && L} {result === "abandoned" && A} {formatRelativeDate(r.submitted_at)}