Skip to content

Commit

Permalink
removed linkProps.title property from linkRenderer
Browse files Browse the repository at this point in the history
  • Loading branch information
ctw-joao-luis committed Nov 22, 2024
1 parent bb57a2e commit d69eb7f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/suite-base/src/components/TextContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ export default function TextContent(
handleLink(event, linkProps.href ?? "");
}}
target="_blank"
title={linkProps.title}
>
{linkProps.children}
</Link>
Expand Down

0 comments on commit d69eb7f

Please sign in to comment.