Fix site build

This commit is contained in:
Daniel Lautzenheiser 2022-10-02 08:51:26 -04:00
parent ceb89133a0
commit 11a684f372

View File

@ -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}