Skip to content

Commit

Permalink
chore(cleanup) avoid duplicate title setting from resource label and …
Browse files Browse the repository at this point in the history
…the table cell in identities list

Signed-off-by: David Edler <[email protected]>
  • Loading branch information
edlerd committed Dec 18, 2024
1 parent b6832ba commit e4af675
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/permissions/PermissionIdentities.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ const PermissionIdentities: FC = () => {
role: "cell",
"aria-label": "Type",
className: "u-truncate",
title: identity.type,
},
{
content: (
Expand Down

0 comments on commit e4af675

Please sign in to comment.