We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16fe1b4 commit 937b0d3Copy full SHA for 937b0d3
site/_core/DocsSidebar.js
@@ -12,7 +12,7 @@ import { toSlug } from './Header';
12
export default ({ site, page, firstURL }) =>
13
<div className="nav-docs">
14
{getCategories(site, page.dir, firstURL).map(category =>
15
- <SidebarForCategory pageID={page.id} category={category} key={category.name} />
+ <SidebarForCategory pageID={page.id} category={category} />
16
)}
17
</div>
18
0 commit comments