diff --git a/src/components/profile-data-table.tsx b/src/components/profile-data-table.tsx index 51ea6e7..d5e0110 100644 --- a/src/components/profile-data-table.tsx +++ b/src/components/profile-data-table.tsx @@ -1308,7 +1308,9 @@ export function ProfilesDataTable({ !profileHasProxy && "text-muted-foreground", )} > - {trimName(displayName, 10)} + {profileHasProxy + ? trimName(displayName, 10) + : displayName}