1
0
Fork 0

chore(shared): Linter issues

This commit is contained in:
joostdecock 2023-06-21 12:29:19 +02:00
parent 79e83fd968
commit f284cebaeb
5 changed files with 8 additions and 14 deletions

View file

@ -3,7 +3,7 @@ import { useContext } from 'react'
import { LoadingContext } from 'shared/context/loading-context.mjs'
import { Ribbon } from 'shared/components/ribbon.mjs'
export const HeaderWrapper = ({ setSearch, show, children }) => {
export const HeaderWrapper = ({ show, children }) => {
const { loading } = useContext(LoadingContext)
return (
<header