chore: Remove lint
This commit is contained in:
parent
4dd836cf19
commit
a0bcf01b47
52 changed files with 51 additions and 62 deletions
|
@ -46,7 +46,7 @@ export const PlainMdxWrapperAsync = ({ mdx = false, components = {}, site = 'org
|
|||
*/
|
||||
useEffect(() => {
|
||||
const run = async () => {
|
||||
const Content = await runMdx(mdx, allComponents)
|
||||
const Content = await runMdx(mdx)
|
||||
setMDX(<Content components={allComponents} />)
|
||||
}
|
||||
if (mdx) run()
|
||||
|
@ -64,7 +64,7 @@ export const PlainMdxWrapperSync = ({ mdx = false, components = {}, site = 'org'
|
|||
/*
|
||||
* Run mdx sync
|
||||
*/
|
||||
const Content = runMdxSync(mdx, allComponents)
|
||||
const Content = runMdxSync(mdx)
|
||||
|
||||
return (
|
||||
<div className="searchme">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue