Skip to content

Commit 9427283

Browse files
Merge branch 'O2sa:main' into main
2 parents 0e1a366 + ee56062 commit 9427283

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/top-list.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ export function TopList({ userResults }: Props) {
8585
<Card key={`top-${user.username}`}>
8686
<CardHeader>
8787
<CardTitle className="text-lg">
88-
{t("topwork.titleForUser", { username: user.username })}
88+
{t("topwork.titleForUser", { username: user.name || user.username })}
8989
</CardTitle>
9090
<CardDescription>{t("topwork.desc")}</CardDescription>
9191
</CardHeader>

0 commit comments

Comments
 (0)