fix(org): Linter errors
This commit is contained in:
parent
989ac43fa0
commit
ba76fdc2a7
3 changed files with 2 additions and 3 deletions
|
@ -15,7 +15,7 @@ import customComponents from 'shared/components/mdx'
|
||||||
// Previous-Next navigation
|
// Previous-Next navigation
|
||||||
import PrevNext from '../mdx/prev-next'
|
import PrevNext from '../mdx/prev-next'
|
||||||
|
|
||||||
const Null = (props) => null
|
const Null = () => null
|
||||||
|
|
||||||
const MdxWrapper = ({ mdx, app, t, components = {} }) => {
|
const MdxWrapper = ({ mdx, app, t, components = {} }) => {
|
||||||
const [mdxModule, setMdxModule] = useState()
|
const [mdxModule, setMdxModule] = useState()
|
||||||
|
|
|
@ -9,7 +9,7 @@ import { useState, useEffect, Fragment } from 'react'
|
||||||
import { run } from '@mdx-js/mdx'
|
import { run } from '@mdx-js/mdx'
|
||||||
import * as runtime from 'react/jsx-runtime'
|
import * as runtime from 'react/jsx-runtime'
|
||||||
|
|
||||||
const TocWrapper = ({ toc, app }) => {
|
const TocWrapper = ({ toc }) => {
|
||||||
const [mdxModule, setMdxModule] = useState()
|
const [mdxModule, setMdxModule] = useState()
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
|
|
|
@ -91,7 +91,6 @@ export const designs = {
|
||||||
sven,
|
sven,
|
||||||
tamiko,
|
tamiko,
|
||||||
teagan,
|
teagan,
|
||||||
theo,
|
|
||||||
tiberius,
|
tiberius,
|
||||||
ursula,
|
ursula,
|
||||||
wahid,
|
wahid,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue