Skip to content

Commit

Permalink
fix: page id dupe
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Dec 5, 2020
1 parent e42a3dd commit 9599b8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -15,7 +15,7 @@ const Page = () => {
)
}
const page = {
key: 'docs-page',
key: 'docs-blocks',
title: 'Docs blocks',
render: ({ active }) => active ? <Page /> : null
}
Expand Down
Expand Up @@ -15,7 +15,7 @@ const Page = () => {
)
}
const page = {
key: 'docs-page',
key: 'docs-blocks',
title: 'Docs blocks',
render: ({ active }) => active ? <Page /> : null,
}
Expand Down

0 comments on commit 9599b8f

Please sign in to comment.