Skip to content

Commit

Permalink
show-names - Avoid duplicates on GitHub Enterprise (#7244)
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed Feb 2, 2024
1 parent d818aa3 commit cbcdcfd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion source/features/show-names.tsx
Expand Up @@ -77,8 +77,11 @@ const usernameLinksSelector = [
[href="#"],
[href*="/apps/"],
[href*="/marketplace/"],
[data-hovercard-type="organization"]
[data-hovercard-type="organization"],
[show_full_name="true"]
)`,
// GHE sometimes shows the full name already:
// https://github.com/refined-github/refined-github/issues/7232#issuecomment-1910803157

// On dashboard
// `.Link--primary` excludes avatars
Expand Down

0 comments on commit cbcdcfd

Please sign in to comment.