Skip to content

Commit

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

0 comments on commit bb57a2e

Please sign in to comment.