We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d93d2c commit 6d3e188Copy full SHA for 6d3e188
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.name })}
+ {t("topwork.titleForUser", { username: user.name || user.username })}
89
</CardTitle>
90
<CardDescription>{t("topwork.desc")}</CardDescription>
91
</CardHeader>
0 commit comments