We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0e1a366 + ee56062 commit 9427283Copy full SHA for 9427283
1 file changed
components/top-list.tsx
@@ -85,7 +85,7 @@ export function TopList({ userResults }: Props) {
85
<Card key={`top-${user.username}`}>
86
<CardHeader>
87
<CardTitle className="text-lg">
88
- {t("topwork.titleForUser", { username: user.username })}
+ {t("topwork.titleForUser", { username: user.name || user.username })}
89
</CardTitle>
90
<CardDescription>{t("topwork.desc")}</CardDescription>
91
</CardHeader>
0 commit comments