Skip to content

Commit

Permalink
Merge branch 'master' into v11
Browse files Browse the repository at this point in the history
  • Loading branch information
julien51 committed Aug 5, 2022
2 parents a4d6070 + a03f675 commit 5bfb3db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/ui/lib/components/CodeBox/CodeBox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ interface Props {

export function CodeBox({ lang, code }: Props) {
return (
// @ts-expect-error
<Highlight
{...defaultProps}
theme={UnlockPrismTheme}
Expand Down

0 comments on commit 5bfb3db

Please sign in to comment.