diff --git a/components/top-list.tsx b/components/top-list.tsx index 9211dc1..a5dcdd6 100644 --- a/components/top-list.tsx +++ b/components/top-list.tsx @@ -85,7 +85,7 @@ export function TopList({ userResults }: Props) { - {t("topwork.titleForUser", { username: user.username })} + {t("topwork.titleForUser", { username: user.name || user.username })} {t("topwork.desc")}