♻️ Only show the username instead of the name+username

This commit is contained in:
Fred KISSIE
2026-08-28 22:09:01 +02:00
committed by Owen
parent fef1476f67
commit 1d6d885f30
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -124,7 +124,7 @@ export default function OrgsTable({
size="sm"
>
<Link href={`/admin/users/${owner.userId}`}>
{owner.name || owner.username}
{owner.username}
<ArrowUpRight className="ml-2 h-3 w-3" />
</Link>
</Button>