chore(shared): Linter issues
This commit is contained in:
parent
79e83fd968
commit
f284cebaeb
5 changed files with 8 additions and 14 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue