1
0
Fork 0

chore: Fixed linter issues

This commit is contained in:
joostdecock 2023-07-21 10:27:15 +02:00
parent 4b037111be
commit 8edf9cff94
8 changed files with 10 additions and 19 deletions

View file

@ -69,13 +69,7 @@ const RenderTree = ({ tree, recurse, depth = 1, level = 0 }) => {
)
}
export const ReadMore = ({
recurse = 0,
root = false,
site = 'org',
depth = 99,
ignoreControl,
}) => {
export const ReadMore = ({ recurse = 0, root = false, site = 'org', depth = 99 }) => {
const { siteNav, slug } = useContext(NavigationContext)
// Deal with recurse not being a number