Fix site build
This commit is contained in:
parent
ceb89133a0
commit
11a684f372
@ -80,7 +80,7 @@ function DocsNav({ items, location }) {
|
||||
<MenuSection key={item.title}>
|
||||
<SectionTitle>{item.title}</SectionTitle>
|
||||
<SectionList>
|
||||
{item.group.edges.map(({ node }) => (
|
||||
{item.group?.edges.map(({ node }) => (
|
||||
<MenuItem key={node.fields.slug}>
|
||||
<NavLink to={node.fields.slug} activeClassName="active">
|
||||
{node.frontmatter.title}
|
||||
|
Loading…
x
Reference in New Issue
Block a user