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.
2 parents 03bfb16 + 937b0d3 commit 65fbc81Copy full SHA for 65fbc81
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