1
0
Fork 0

chore: Remove lint

This commit is contained in:
Joost De Cock 2023-10-09 13:47:36 +02:00
parent 4dd836cf19
commit a0bcf01b47
52 changed files with 51 additions and 62 deletions

View file

@ -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">