Skip to content

Commit

Permalink
Fix eslint error
Browse files Browse the repository at this point in the history
  • Loading branch information
0x46616c6b committed Oct 20, 2023
1 parent 570539d commit a3d52d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__mocks__/react-markdown.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types
// eslint-disable-next-line react/prop-types
export default function ReactMarkdown({ children }) {
return <>{children}</>
}

0 comments on commit a3d52d3

Please sign in to comment.