Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
melissasamworth committed Jun 6, 2024
1 parent 2b83ed0 commit acce4ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/components/Chatbot/ChatEntry.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ const ReferencePopup = (citation: Citation) => {
<div className="reference-contents bordered">
<ReferenceSummary {...citation} titleClass="large-bold" />
<div className="grey padding-bottom-16 padding-top-32 xs">Referenced excerpt</div>
<div className="default"
<div
className="default"
dangerouslySetInnerHTML={{
__html: md.render(parsed[1]),
}}
Expand Down

0 comments on commit acce4ba

Please sign in to comment.