Skip to content

Commit

Permalink
chore: migrate react markdown to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
HRemonen committed Jul 16, 2024
1 parent 47677c2 commit ad5a36d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/client/components/Common/Markdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ const Markdown = ({ children, ...props }: MarkdownProps) => {
<ReactMarkdown
remarkPlugins={[remarkBreaks]}
components={{ ...defaultComponents }}
linkTarget='_blank'
{...props}
>
{content}
Expand Down

0 comments on commit ad5a36d

Please sign in to comment.