Skip to content

Commit

Permalink
fixes react prop passing issue with stirng value passed instead of ex…
Browse files Browse the repository at this point in the history
…pected boolean
  • Loading branch information
Royal-lobster committed Jul 30, 2023
1 parent eca5faa commit e01de04
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ const CodeBlock = (props: CodeProps) => {
) : (
<code
className={`${modClass} cdx-bg-gray-200 dark:cdx-bg-gray-700 cdx-outline-gray-200 dark:cdx-outline-gray-700 cdx-rounded cdx-outline cdx-break-words`}
{...props}
>
{children}
</code>
Expand Down

0 comments on commit e01de04

Please sign in to comment.