chore: Fixed linter issues
This commit is contained in:
parent
4b037111be
commit
8edf9cff94
8 changed files with 10 additions and 19 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue