Skip to content

Commit

Permalink
Merge pull request #44 from PHS-TSA/lesser
Browse files Browse the repository at this point in the history
Remove ~Code
  • Loading branch information
lishaduck authored May 9, 2024
2 parents ddcf91b + 4eae256 commit 204832f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 51 deletions.
2 changes: 1 addition & 1 deletion src/islands/Chatbot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ function ChatbotBox(props: JSX.HTMLAttributes<HTMLDivElement>): JSX.Element {
key={`${msg.role}${msg.message}`}
class={`${getReplySide(msg.role)} ${replyStyles}`}
// biome-ignore lint/security/noDangerouslySetInnerHtml: It's back!
dangerouslySetInnerHTML={{ __html: render(msg.message, {}) }}
dangerouslySetInnerHTML={{ __html: render(msg.message) }}
/>
))}
</div>
Expand Down
Loading

0 comments on commit 204832f

Please sign in to comment.