mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-24 04:10:15 +01:00
🧹 chore: [stripe] remove dangerously set html (#9288)
This commit is contained in:
parent
a362963017
commit
961af515d5
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue