style: don't trim 'Not Selected'

This commit is contained in:
zhom
2025-08-18 16:58:38 +04:00
parent 6d6527d812
commit d1b45778c4
+3 -1
View File
@@ -1308,7 +1308,9 @@ export function ProfilesDataTable({
!profileHasProxy && "text-muted-foreground",
)}
>
{trimName(displayName, 10)}
{profileHasProxy
? trimName(displayName, 10)
: displayName}
</span>
</span>
</PopoverTrigger>