Skip to content

Commit

Permalink
fix: preserve raw characters
Browse files Browse the repository at this point in the history
  • Loading branch information
livingflore committed Jan 11, 2025
1 parent f40a542 commit e875184
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export default function DataSourceElement(
>
<InlineChromiumBugfix />
{icon}
{displayName}
<span dangerouslySetInnerHTML={{ __html: displayName }} />
{props.children}
<InlineChromiumBugfix />
</span>
Expand Down

0 comments on commit e875184

Please sign in to comment.