🧹 chore: [stripe] remove dangerously set html (#9288)

This commit is contained in:
colinlin-stripe 2025-08-27 13:58:07 -04:00 committed by GitHub
parent a362963017
commit 961af515d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,7 +12,7 @@ function PluginTooltip({ content, position }: TPluginTooltipProps) {
<HoverCardContent side={position} className="w-80 ">
<div className="space-y-2">
<div className="text-sm text-gray-600 dark:text-gray-300">
<div dangerouslySetInnerHTML={{ __html: content }} />
{content}
</div>
</div>
</HoverCardContent>