1
0
Fork 0

fix(org): Linter errors

This commit is contained in:
Joost De Cock 2022-12-26 17:44:00 +01:00
parent 989ac43fa0
commit ba76fdc2a7
3 changed files with 2 additions and 3 deletions

View file

@ -15,7 +15,7 @@ import customComponents from 'shared/components/mdx'
// Previous-Next navigation
import PrevNext from '../mdx/prev-next'
const Null = (props) => null
const Null = () => null
const MdxWrapper = ({ mdx, app, t, components = {} }) => {
const [mdxModule, setMdxModule] = useState()

View file

@ -9,7 +9,7 @@ import { useState, useEffect, Fragment } from 'react'
import { run } from '@mdx-js/mdx'
import * as runtime from 'react/jsx-runtime'
const TocWrapper = ({ toc, app }) => {
const TocWrapper = ({ toc }) => {
const [mdxModule, setMdxModule] = useState()
useEffect(() => {

View file

@ -91,7 +91,6 @@ export const designs = {
sven,
tamiko,
teagan,
theo,
tiberius,
ursula,
wahid,